#BFC6CA

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

Shades of Heather #BFC6CA

Tints of Heather #BFC6CA

Color information

#BFC6CA (or 0xBFC6CA) is unknown color: approx Heather. HEX triplet: BF, C6 and CA. RGB value is (191,198,202). Sum of RGB (Red+Green+Blue) = 191+198+202=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6CA is #403935. Grayscale: #C4C4C4. Windows color (decimal): -4208950 or 13289151. OLE color: 13289151.

HSL color Cylindrical-coordinate representation of color #BFC6CA: hue angle of 201.82º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC6CA is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191198202-
CMYK0.050.0200.21
HSL201.82º9.4%77.06%-
HSV(B)201.82º5.45%79.22%-
XYZ52.3455.7363.88-
YUV196.36131.18124.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.32%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=32.32%
G=33.50%
B=34.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911982020.050.0200.21201.829.477.06
HexBFC6CA52015ca94d
Octal2773063125202531211115
Binary101111111100011011001010101100101011100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC6CA; }

 p { color: rgb(191,198,202); }

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

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

 a { background-color: rgb(191,198,202); }

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

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

 span { border-color: rgb(191,198,202); }

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