#BCC0C4

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

Shades of Heather #BCC0C4

Tints of Heather #BCC0C4

Color information

#BCC0C4 (or 0xBCC0C4) is unknown color: approx Heather. HEX triplet: BC, C0 and C4. RGB value is (188,192,196). Sum of RGB (Red+Green+Blue) = 188+192+196=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCC0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0C4 is #433F3B. Grayscale: #BFBFBF. Windows color (decimal): -4407100 or 12894396. OLE color: 12894396.

HSL color Cylindrical-coordinate representation of color #BCC0C4: hue angle of 210º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BCC0C4 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188192196-
CMYK0.040.0200.23
HSL210º6.35%75.29%-
HSV(B)210º4.08%76.86%-
XYZ49.5552.3859.72-
YUV191.26130.67125.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 192 (75.39% from 255) = 33.33%
BLUE value IS 196 (76.95% from 255) = 34.03%
R=32.64%
G=33.33%
B=34.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881921960.040.0200.232106.3575.29
HexBCC0C442017d264b
Octal274300304420273226113
Binary10111100110000001100010010010010111110100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0C4; }

 p { color: rgb(188,192,196); }

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

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

 a { background-color: rgb(188,192,196); }

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

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

 span { border-color: rgb(188,192,196); }

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