#B9C8CD

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

Shades of Heather #B9C8CD

Tints of Heather #B9C8CD

Color information

#B9C8CD (or 0xB9C8CD) is unknown color: approx Heather. HEX triplet: B9, C8 and CD. RGB value is (185,200,205). Sum of RGB (Red+Green+Blue) = 185+200+205=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C8CD is #463732. Grayscale: #C4C4C4. Windows color (decimal): -4601651 or 13486265. OLE color: 13486265.

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

Color convert

RGB185200205-
CMYK0.100.0200.20
HSL195º16.67%76.47%-
HSV(B)195º9.76%80.39%-
XYZ51.6856.0365.85-
YUV196.08133.03120.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.36%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=31.36%
G=33.90%
B=34.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852002050.100.0200.2019516.6776.47
HexB9C8CDA2014c3114c
Octal27131031512202430321114
Binary10111001110010001100110110101001010011000011100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C8CD; }

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

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

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

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

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

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

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

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