#BCC1C4

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

Shades of Heather #BCC1C4

Tints of Heather #BCC1C4

Color information

#BCC1C4 (or 0xBCC1C4) is unknown color: approx Heather. HEX triplet: BC, C1 and C4. RGB value is (188,193,196). Sum of RGB (Red+Green+Blue) = 188+193+196=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 196 (76.95% from 255 or 33.97% from 577); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCC1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1C4 is #433E3B. Grayscale: #BFBFBF. Windows color (decimal): -4406844 or 12894652. OLE color: 12894652.

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

Color convert

RGB188193196-
CMYK0.040.0200.23
HSL202.5º6.35%75.29%-
HSV(B)202.5º4.08%76.86%-
XYZ49.7752.8259.8-
YUV191.85130.34125.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 193 (75.78% from 255) = 33.45%
BLUE value IS 196 (76.95% from 255) = 33.97%
R=32.58%
G=33.45%
B=33.97%

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
Decimal1881931960.040.0200.23202.56.3575.29
HexBCC1C442017ca64b
Octal274301304420273126113
Binary10111100110000011100010010010010111110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1C4; }

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

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

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

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

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

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

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

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