#B1C3C9

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

Shades of Heather #B1C3C9

Tints of Heather #B1C3C9

Color information

#B1C3C9 (or 0xB1C3C9) is unknown color: approx Heather. HEX triplet: B1, C3 and C9. RGB value is (177,195,201). Sum of RGB (Red+Green+Blue) = 177+195+201=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: blue. Hex color #B1C3C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C3C9 is #4E3C36. Grayscale: #BEBEBE. Windows color (decimal): -5127223 or 13222833. OLE color: 13222833.

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

Color convert

RGB177195201-
CMYK0.120.0300.21
HSL195º18.18%74.12%-
HSV(B)195º11.94%78.82%-
XYZ48.1952.5962.87-
YUV190.3134.04118.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 201 (78.91% from 255) = 35.08%
R=30.89%
G=34.03%
B=35.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771952010.120.0300.2119518.1874.12
HexB1C3C9C3015c3124a
Octal26130331114302530322112
Binary10110001110000111100100111001101010111000011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C3C9; }

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

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

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

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

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

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

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

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