#BCC9CE

Color #BCC9CE Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #BCC9CE

Tints of Heather #BCC9CE

Color information

#BCC9CE (or 0xBCC9CE) is unknown color: approx Heather. HEX triplet: BC, C9 and CE. RGB value is (188,201,206). Sum of RGB (Red+Green+Blue) = 188+201+206=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCC9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9CE is #433631. Grayscale: #C5C5C5. Windows color (decimal): -4404786 or 13552060. OLE color: 13552060.

HSL color Cylindrical-coordinate representation of color #BCC9CE: hue angle of 196.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC9CE is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188201206-
CMYK0.090.0200.19
HSL196.67º15.52%77.25%-
HSV(B)196.67º8.74%80.78%-
XYZ52.7756.9266.6-
YUV197.68132.69121.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 31.60%
GREEN value IS 201 (78.91% from 255) = 33.78%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=31.60%
G=33.78%
B=34.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882012060.090.0200.19196.6715.5277.25
HexBCC9CE92013c5104d
Octal27431131611202330520115
Binary10111100110010011100111010011001001111000101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9CE; }

 p { color: rgb(188,201,206); }

 H1.HeaderClassName
 {
   color: #BCC9CE;
 }
 .AnyTagClassName
 {
   color: #BCC9CE;
 }
</style>
background-color css

<style>
 a { background-color: #BCC9CE; }

 a { background-color: rgb(188,201,206); }

 div.DivClassName
 {
   background-color: #BCC9CE;
 }
 .BgClassName
 {
   background-color: #BCC9CE;
 }
</style>
border-color css

<style>
 span { border-color: #BCC9CE; }

 span { border-color: rgb(188,201,206); }

 td.TdClassName
 {
   border-color: #BCC9CE;
 }
 .TagClassName
 {
   border-color: #BCC9CE;
 }
</style>