Color Hex Logo

#bfcbe1 Color Hex

#BFCBE1
(191,203,225)
0 Favorites   0 Comments

Color spaces of #bfcbe1

RGB 191203225
HSL0.610.360.82
HSV219°15°88°
CMYK 0.150.100.00   0.12
XYZ56.432459.224579.6913
Yxy59.22450.28890.3032
Hunter Lab76.9575-3.7827-7.5260
CIE-Lab81.41480.3510-12.2816

#bfcbe1 color RGB value is (191,203,225).

#bfcbe1 hex color red value is 191, green value is 203 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bfcbe1 hue: 0.61 , saturation: 0.36 and the lightness value of bfcbe1 is 0.82.

The process color (four color CMYK) of #bfcbe1 color hex is 0.15, 0.10, 0.00, 0.12. Web safe color of #bfcbe1 is #cccccc. Color #bfcbe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001011 11100001
Octal 277 313 341
Decimal 191 203 225
Hex BF CB E1

RGB Percentages of Color #bfcbe1

%30.86
%32.79
%36.35

CMYK Percentages of Color #bfcbe1

%15
%10
%0
%12

Triadic Colors of #bfcbe1

#bfcbe1 #e1bfcb #cbe1bf

Analogous Colors of #bfcbe1

#bfcbe1 #c4bfe1 #bfdce1

Monochromatic Colors of #bfcbe1

#bfcbe1

Complementary Color

#bfcbe1 #e1d5bf

#bfcbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcbe1 Color CSS Codes

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

#bfcbe1 Text Font Color

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

This sample text font color is #bfcbe1
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.


#bfcbe1 Background Color

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

This div background color is #bfcbe1


#bfcbe1 Border Color

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

This div border color is #bfcbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcbe1


Comments

No comments written yet.

Please login to write comment.