#9DBACD

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

Shades of Heather #9DBACD

Tints of Heather #9DBACD

Color information

#9DBACD (or 0x9DBACD) is unknown color: approx Heather. HEX triplet: 9D, BA and CD. RGB value is (157,186,205). Sum of RGB (Red+Green+Blue) = 157+186+205=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBACD is #624532. Grayscale: #B3B3B3. Windows color (decimal): -6440243 or 13482653. OLE color: 13482653.

HSL color Cylindrical-coordinate representation of color #9DBACD: hue angle of 203.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DBACD is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157186205-
CMYK0.230.0900.20
HSL203.75º32.43%70.98%-
HSV(B)203.75º23.41%80.39%-
XYZ42.4846.6964.53-
YUV179.5142.39111.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.65%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=28.65%
G=33.94%
B=37.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571862050.230.0900.20203.7532.4370.98
Hex9DBACD179014cc2047
Octal235272315271102431440107
Binary100111011011101011001101101111001010100110011001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,186,205); }

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

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

 a { background-color: rgb(157,186,205); }

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

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

 span { border-color: rgb(157,186,205); }

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