#BCC8CC

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

Shades of Heather #BCC8CC

Tints of Heather #BCC8CC

Color information

#BCC8CC (or 0xBCC8CC) is unknown color: approx Heather. HEX triplet: BC, C8 and CC. RGB value is (188,200,204). Sum of RGB (Red+Green+Blue) = 188+200+204=592 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.76% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8CC is #433733. Grayscale: #C4C4C4. Windows color (decimal): -4405044 or 13420732. OLE color: 13420732.

HSL color Cylindrical-coordinate representation of color #BCC8CC: hue angle of 195º degrees, saturation: 0.14, 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 #BCC8CC is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188200204-
CMYK0.080.0200.2
HSL195º13.56%76.86%-
HSV(B)195º7.84%80%-
XYZ52.2956.3665.25-
YUV196.87132.02121.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.76%
GREEN value IS 200 (78.52% from 255) = 33.78%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=31.76%
G=33.78%
B=34.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882002040.080.0200.219513.5676.86
HexBCC8CC82014c3e4d
Octal27431031410202430316115
Binary1011110011001000110011001000100101001100001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8CC; }

 p { color: rgb(188,200,204); }

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

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

 a { background-color: rgb(188,200,204); }

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

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

 span { border-color: rgb(188,200,204); }

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