#BCC9CD

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

Shades of Heather #BCC9CD

Tints of Heather #BCC9CD

Color information

#BCC9CD (or 0xBCC9CD) is unknown color: approx Heather. HEX triplet: BC, C9 and CD. RGB value is (188,201,205). Sum of RGB (Red+Green+Blue) = 188+201+205=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC9CD is #433632. Grayscale: #C5C5C5. Windows color (decimal): -4404787 or 13486524. OLE color: 13486524.

HSL color Cylindrical-coordinate representation of color #BCC9CD: hue angle of 194.12º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC9CD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188201205-
CMYK0.080.0200.20
HSL194.12º14.53%77.06%-
HSV(B)194.12º8.29%80.39%-
XYZ52.6556.8765.96-
YUV197.57132.19121.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 201 (78.91% from 255) = 33.84%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=31.65%
G=33.84%
B=34.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882012050.080.0200.20194.1214.5377.06
HexBCC9CD82014c2f4d
Octal27431131510202430217115
Binary1011110011001001110011011000100101001100001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9CD; }

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

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

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

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

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

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

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

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