#9DBDCE

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

Shades of Heather #9DBDCE

Tints of Heather #9DBDCE

Color information

#9DBDCE (or 0x9DBDCE) is unknown color: approx Heather. HEX triplet: 9D, BD and CE. RGB value is (157,189,206). Sum of RGB (Red+Green+Blue) = 157+189+206=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #9DBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDCE is #624231. Grayscale: #B5B5B5. Windows color (decimal): -6439474 or 13548957. OLE color: 13548957.

HSL color Cylindrical-coordinate representation of color #9DBDCE: hue angle of 200.82º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DBDCE is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB157189206-
CMYK0.240.0800.19
HSL200.82º33.33%71.18%-
HSV(B)200.82º23.79%80.78%-
XYZ43.2448.0265.38-
YUV181.37141.9110.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.44%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=28.44%
G=34.24%
B=37.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1571892060.240.0800.19200.8233.3371.18
Hex9DBDCE188013c92147
Octal235275316301002331141107
Binary100111011011110111001110110001000010011110010011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DBDCE; }

 p { color: rgb(157,189,206); }

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

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

 a { background-color: rgb(157,189,206); }

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

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

 span { border-color: rgb(157,189,206); }

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