Color Hex Logo

#bfcce9 Color Hex

#BFCCE9
(191,204,233)
0 Favorites   0 Comments

Color spaces of #bfcce9

RGB 191204233
HSL0.620.490.83
HSV221°18°91°
CMYK 0.180.120.00   0.09
XYZ57.786760.145385.6543
Yxy60.14530.28380.2954
Hunter Lab77.5534-2.7143-11.1958
CIE-Lab81.91711.5213-15.8035

#bfcce9 color RGB value is (191,204,233).

#bfcce9 hex color red value is 191, green value is 204 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #bfcce9 hue: 0.62 , saturation: 0.49 and the lightness value of bfcce9 is 0.83.

The process color (four color CMYK) of #bfcce9 color hex is 0.18, 0.12, 0.00, 0.09. Web safe color of #bfcce9 is #ccccff. Color #bfcce9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 11101001
Octal 277 314 351
Decimal 191 204 233
Hex BF CC E9

RGB Percentages of Color #bfcce9

%30.41
%32.48
%37.10

CMYK Percentages of Color #bfcce9

%18
%12
%0
%9

Triadic Colors of #bfcce9

#bfcce9 #e9bfcc #cce9bf

Analogous Colors of #bfcce9

#bfcce9 #c7bfe9 #bfe1e9

Monochromatic Colors of #bfcce9

#bfcce9

Complementary Color

#bfcce9 #e9dcbf

#bfcce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcce9 Color CSS Codes

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

#bfcce9 Text Font Color

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

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


#bfcce9 Background Color

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

This div background color is #bfcce9


#bfcce9 Border Color

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

This div border color is #bfcce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcce9


Comments

No comments written yet.

Please login to write comment.