#B1BFC9

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

Shades of Heather #B1BFC9

Tints of Heather #B1BFC9

Color information

#B1BFC9 (or 0xB1BFC9) is unknown color: approx Heather. HEX triplet: B1, BF and C9. RGB value is (177,191,201). Sum of RGB (Red+Green+Blue) = 177+191+201=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #B1BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BFC9 is #4E4036. Grayscale: #BBBBBB. Windows color (decimal): -5128247 or 13221809. OLE color: 13221809.

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

Color convert

RGB177191201-
CMYK0.120.0500.21
HSL205º18.18%74.12%-
HSV(B)205º11.94%78.82%-
XYZ47.350.8362.58-
YUV187.95135.36120.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=31.11%
G=33.57%
B=35.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771912010.120.0500.2120518.1874.12
HexB1BFC9C5015cd124a
Octal26127731114502531522112
Binary101100011011111111001001110010101010111001101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFC9; }

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

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

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

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

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

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

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

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