#9DBDCA

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

Shades of Heather #9DBDCA

Tints of Heather #9DBDCA

Color information

#9DBDCA (or 0x9DBDCA) is unknown color: approx Heather. HEX triplet: 9D, BD and CA. RGB value is (157,189,202). Sum of RGB (Red+Green+Blue) = 157+189+202=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DBDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBDCA is #624235. Grayscale: #B4B4B4. Windows color (decimal): -6439478 or 13286813. OLE color: 13286813.

HSL color Cylindrical-coordinate representation of color #9DBDCA: hue angle of 197.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DBDCA is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB157189202-
CMYK0.220.0600.21
HSL197.33º29.8%70.39%-
HSV(B)197.33º22.28%79.22%-
XYZ42.7647.8362.85-
YUV180.91139.9110.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.65%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=28.65%
G=34.49%
B=36.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1571892020.220.0600.21197.3329.870.39
Hex9DBDCA166015c51e46
Octal23527531226602530536106
Binary1001110110111101110010101011011001010111000101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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