#B4C9CF

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

Shades of Heather #B4C9CF

Tints of Heather #B4C9CF

Color information

#B4C9CF (or 0xB4C9CF) is unknown color: approx Heather. HEX triplet: B4, C9 and CF. RGB value is (180,201,207). Sum of RGB (Red+Green+Blue) = 180+201+207=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4C9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C9CF is #4B3630. Grayscale: #C3C3C3. Windows color (decimal): -4929073 or 13617588. OLE color: 13617588.

HSL color Cylindrical-coordinate representation of color #B4C9CF: hue angle of 193.33º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4C9CF is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180201207-
CMYK0.130.0300.19
HSL193.33º21.95%75.88%-
HSV(B)193.33º13.04%81.18%-
XYZ50.9755.9867.15-
YUV195.4134.54117.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.61%
GREEN value IS 201 (78.91% from 255) = 34.18%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=30.61%
G=34.18%
B=35.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802012070.130.0300.19193.3321.9575.88
HexB4C9CFD3013c1164c
Octal26431131715302330126114
Binary10110100110010011100111111011101001111000001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C9CF; }

 p { color: rgb(180,201,207); }

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

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

 a { background-color: rgb(180,201,207); }

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

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

 span { border-color: rgb(180,201,207); }

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