#BCC2C4

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

Shades of Heather #BCC2C4

Tints of Heather #BCC2C4

Color information

#BCC2C4 (or 0xBCC2C4) is unknown color: approx Heather. HEX triplet: BC, C2 and C4. RGB value is (188,194,196). Sum of RGB (Red+Green+Blue) = 188+194+196=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 196 (76.95% from 255 or 33.91% from 578); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCC2C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2C4 is #433D3B. Grayscale: #C0C0C0. Windows color (decimal): -4406588 or 12894908. OLE color: 12894908.

HSL color Cylindrical-coordinate representation of color #BCC2C4: hue angle of 195º 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 #BCC2C4 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188194196-
CMYK0.040.0100.23
HSL195º6.35%75.29%-
HSV(B)195º4.08%76.86%-
XYZ49.9953.2659.87-
YUV192.43130.01124.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 194 (76.17% from 255) = 33.56%
BLUE value IS 196 (76.95% from 255) = 33.91%
R=32.53%
G=33.56%
B=33.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881941960.040.0100.231956.3575.29
HexBCC2C441017c364b
Octal274302304410273036113
Binary1011110011000010110001001001010111110000111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2C4; }

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

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

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

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

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

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

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

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