#BFC7CA

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

Shades of Heather #BFC7CA

Tints of Heather #BFC7CA

Color information

#BFC7CA (or 0xBFC7CA) is unknown color: approx Heather. HEX triplet: BF, C7 and CA. RGB value is (191,199,202). Sum of RGB (Red+Green+Blue) = 191+199+202=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7CA is #403835. Grayscale: #C4C4C4. Windows color (decimal): -4208694 or 13289407. OLE color: 13289407.

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

Color convert

RGB191199202-
CMYK0.050.0100.21
HSL196.36º9.4%77.06%-
HSV(B)196.36º5.45%79.22%-
XYZ52.5756.1963.95-
YUV196.95130.85123.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 199 (78.12% from 255) = 33.61%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=32.26%
G=33.61%
B=34.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911992020.050.0100.21196.369.477.06
HexBFC7CA51015c494d
Octal2773073125102530411115
Binary10111111110001111100101010110101011100010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7CA; }

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

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

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

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

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

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

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

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