#B9C7CD

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

Shades of Heather #B9C7CD

Tints of Heather #B9C7CD

Color information

#B9C7CD (or 0xB9C7CD) is unknown color: approx Heather. HEX triplet: B9, C7 and CD. RGB value is (185,199,205). Sum of RGB (Red+Green+Blue) = 185+199+205=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9C7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C7CD is #463832. Grayscale: #C3C3C3. Windows color (decimal): -4601907 or 13486009. OLE color: 13486009.

HSL color Cylindrical-coordinate representation of color #B9C7CD: hue angle of 198º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9C7CD is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185199205-
CMYK0.100.0300.20
HSL198º16.67%76.47%-
HSV(B)198º9.76%80.39%-
XYZ51.4555.5765.77-
YUV195.5133.36120.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.41%
GREEN value IS 199 (78.12% from 255) = 33.79%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=31.41%
G=33.79%
B=34.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851992050.100.0300.2019816.6776.47
HexB9C7CDA3014c6114c
Octal27130731512302430621114
Binary10111001110001111100110110101101010011000110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C7CD; }

 p { color: rgb(185,199,205); }

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

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

 a { background-color: rgb(185,199,205); }

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

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

 span { border-color: rgb(185,199,205); }

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