#B9C6CD

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

Shades of Heather #B9C6CD

Tints of Heather #B9C6CD

Color information

#B9C6CD (or 0xB9C6CD) is unknown color: approx Heather. HEX triplet: B9, C6 and CD. RGB value is (185,198,205). Sum of RGB (Red+Green+Blue) = 185+198+205=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9C6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C6CD is #463932. Grayscale: #C2C2C2. Windows color (decimal): -4602163 or 13485753. OLE color: 13485753.

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

Color convert

RGB185198205-
CMYK0.100.0300.20
HSL201º16.67%76.47%-
HSV(B)201º9.76%80.39%-
XYZ51.2255.1165.7-
YUV194.91133.69120.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=31.46%
G=33.67%
B=34.86%

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
Decimal1851982050.100.0300.2020116.6776.47
HexB9C6CDA3014c9114c
Octal27130631512302431121114
Binary10111001110001101100110110101101010011001001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C6CD; }

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

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

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

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

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

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

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

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