#BCBFC2

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

Shades of Heather #BCBFC2

Tints of Heather #BCBFC2

Color information

#BCBFC2 (or 0xBCBFC2) is unknown color: approx Heather. HEX triplet: BC, BF and C2. RGB value is (188,191,194). Sum of RGB (Red+Green+Blue) = 188+191+194=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 194 - color contains mainly: blue. Hex color #BCBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFC2 is #43403D. Grayscale: #BEBEBE. Windows color (decimal): -4407358 or 12763068. OLE color: 12763068.

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

Color convert

RGB188191194-
CMYK0.030.0200.24
HSL210º4.69%74.9%-
HSV(B)210º3.09%76.08%-
XYZ49.1151.8558.46-
YUV190.44130.01126.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 191 (75% from 255) = 33.33%
BLUE value IS 194 (76.17% from 255) = 33.86%
R=32.81%
G=33.33%
B=33.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881911940.030.0200.242104.6974.9
HexBCBFC232018d254b
Octal274277302320303225113
Binary1011110010111111110000101110011000110100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFC2; }

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

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

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

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

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

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

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

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