#BFC7CB

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

Shades of Heather #BFC7CB

Tints of Heather #BFC7CB

Color information

#BFC7CB (or 0xBFC7CB) is unknown color: approx Heather. HEX triplet: BF, C7 and CB. RGB value is (191,199,203). Sum of RGB (Red+Green+Blue) = 191+199+203=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC7CB is #403834. Grayscale: #C5C5C5. Windows color (decimal): -4208693 or 13354943. OLE color: 13354943.

HSL color Cylindrical-coordinate representation of color #BFC7CB: hue angle of 200º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFC7CB is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191199203-
CMYK0.060.0200.20
HSL200º10.34%77.25%-
HSV(B)200º5.91%79.61%-
XYZ52.6956.2464.58-
YUV197.06131.35123.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 199 (78.12% from 255) = 33.56%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=32.21%
G=33.56%
B=34.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911992030.060.0200.2020010.3477.25
HexBFC7CB62014c8a4d
Octal2773073136202431012115
Binary101111111100011111001011110100101001100100010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC7CB; }

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

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

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

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

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

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

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

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