#BFC9CD

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

Shades of Heather #BFC9CD

Tints of Heather #BFC9CD

Color information

#BFC9CD (or 0xBFC9CD) is unknown color: approx Heather. HEX triplet: BF, C9 and CD. RGB value is (191,201,205). Sum of RGB (Red+Green+Blue) = 191+201+205=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFC9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9CD is #403632. Grayscale: #C6C6C6. Windows color (decimal): -4208179 or 13486527. OLE color: 13486527.

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

Color convert

RGB191201205-
CMYK0.070.0200.20
HSL197.14º12.28%77.65%-
HSV(B)197.14º6.83%80.39%-
XYZ53.3957.2666-
YUV198.47131.69122.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 201 (78.91% from 255) = 33.67%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=31.99%
G=33.67%
B=34.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912012050.070.0200.20197.1412.2877.65
HexBFC9CD72014c5c4e
Octal2773113157202430514116
Binary101111111100100111001101111100101001100010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC9CD; }

 p { color: rgb(191,201,205); }

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

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

 a { background-color: rgb(191,201,205); }

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

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

 span { border-color: rgb(191,201,205); }

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