#BFC5C8

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

Shades of Heather #BFC5C8

Tints of Heather #BFC5C8

Color information

#BFC5C8 (or 0xBFC5C8) is unknown color: approx Heather. HEX triplet: BF, C5 and C8. RGB value is (191,197,200). Sum of RGB (Red+Green+Blue) = 191+197+200=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFC5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5C8 is #403A37. Grayscale: #C3C3C3. Windows color (decimal): -4209208 or 13157823. OLE color: 13157823.

HSL color Cylindrical-coordinate representation of color #BFC5C8: hue angle of 200º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC5C8 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191197200-
CMYK0.040.0200.22
HSL200º7.56%76.67%-
HSV(B)200º4.5%78.43%-
XYZ51.8855.1862.56-
YUV195.55130.51124.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.48%
GREEN value IS 197 (77.34% from 255) = 33.50%
BLUE value IS 200 (78.52% from 255) = 34.01%
R=32.48%
G=33.50%
B=34.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911972000.040.0200.222007.5676.67
HexBFC5C842016c884d
Octal2773053104202631010115
Binary101111111100010111001000100100101101100100010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5C8; }

 p { color: rgb(191,197,200); }

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

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

 a { background-color: rgb(191,197,200); }

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

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

 span { border-color: rgb(191,197,200); }

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