Color Hex Logo

#bfc6ff Color Hex

#BFC6FF
(191,198,255)
0 Favorites   0 Comments

Color spaces of #bfc6ff

RGB 191198255
HSL0.651.000.87
HSV233°25°100°
CMYK 0.250.220.00   0.00
XYZ59.729958.6845102.7869
Yxy58.68450.27000.2653
Hunter Lab76.60585.1171-25.9291
CIE-Lab81.11799.6619-28.7510

#bfc6ff color RGB value is (191,198,255).

#bfc6ff hex color red value is 191, green value is 198 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bfc6ff hue: 0.65 , saturation: 1.00 and the lightness value of bfc6ff is 0.87.

The process color (four color CMYK) of #bfc6ff color hex is 0.25, 0.22, 0.00, 0.00. Web safe color of #bfc6ff is #ccccff. Color #bfc6ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000110 11111111
Octal 277 306 377
Decimal 191 198 255
Hex BF C6 FF

RGB Percentages of Color #bfc6ff

%29.66
%30.75
%39.60

CMYK Percentages of Color #bfc6ff

%25
%22
%0
%0

Triadic Colors of #bfc6ff

#bfc6ff #ffbfc6 #c6ffbf

Analogous Colors of #bfc6ff

#bfc6ff #d8bfff #bfe6ff

Monochromatic Colors of #bfc6ff

#bfc6ff

Complementary Color

#bfc6ff #fff8bf

#bfc6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc6ff Color CSS Codes

.mybgcolor {background-color:#bfc6ff; } 
.myforecolor {color:#bfc6ff; }
.mybordercolor {border:3px solid #bfc6ff; }

#bfc6ff Text Font Color

<p style="color:#bfc6ff">Text here</p>

This sample text font color is #bfc6ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bfc6ff Background Color

<div style="background-color:#bfc6ff">
Div content here</div>

This div background color is #bfc6ff


#bfc6ff Border Color

<div style="border:3px solid #bfc6ff">
Div here</div>

This div border color is #bfc6ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,198,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfc6ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfc6ff;
  -webkit-box-shadow: 1px 1px 3px 2px #bfc6ff;
  box-shadow:         1px 1px 3px 2px #bfc6ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,198,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bfc6ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bfc6ff;
  -webkit-box-shadow: 1px 1px 3px 2px #bfc6ff;
  box-shadow:         1px 1px 3px 2px #bfc6ff;">
Div content here</div>

This div box has shadow with color #bfc6ff


Comments

No comments written yet.

Please login to write comment.