#BCBFC0

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

Shades of Heather #BCBFC0

Tints of Heather #BCBFC0

Color information

#BCBFC0 (or 0xBCBFC0) is unknown color: approx Heather. HEX triplet: BC, BF and C0. RGB value is (188,191,192). Sum of RGB (Red+Green+Blue) = 188+191+192=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCBFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFC0 is #43403F. Grayscale: #BEBEBE. Windows color (decimal): -4407360 or 12631996. OLE color: 12631996.

HSL color Cylindrical-coordinate representation of color #BCBFC0: hue angle of 195º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBFC0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188191192-
CMYK0.020.0100.25
HSL195º3.08%74.51%-
HSV(B)195º2.08%75.29%-
XYZ48.8851.7657.28-
YUV190.22129.01126.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=32.92%
G=33.45%
B=33.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911920.020.0100.251953.0874.51
HexBCBFC021019c334b
Octal274277300210313033113
Binary10111100101111111100000010101100111000011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFC0; }

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

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

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

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

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

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

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

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