Html Css Color HEX #9DBDCE Heather

📋 copy color: '#9DBDCE'

red 157 ◦ green 189 ◦ blue 206

#9DBDCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #9DBDCE

Tints of Heather #9DBDCE

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 value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9DBDCE (or 0x9DBDCE) is known color: 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

RGB 157 189 206 -
CMYK 0.24 0.08 0 0.19
HSL 200.82º 0.33% 0.71% -
HSV(B) 200.82º 0.24% 0.81% -
XYZ 43.24 48.02 65.38 -
YUV 181.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 157 189 206 0.24 0.08 0 0.19 200.82 0.33 0.71
Hex 9D BD CE 18 8 0 13 C9 21 47
Octal 235 275 316 30 10 0 23 311 41 107
Binary 10011101 10111101 11001110 11000 1000 0 10011 11001001 100001 1000111

Color Harmonies of #9DBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBDCE

Black with #9DBDCE

Text Example


Text Example

White with #9DBDCE

Text Example


Text Example

HTML Codes & Css Web 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>