#9DBECD

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

Shades of Heather #9DBECD

Tints of Heather #9DBECD

Color information

#9DBECD (or 0x9DBECD) is unknown color: approx Heather. HEX triplet: 9D, BE and CD. RGB value is (157,190,205). Sum of RGB (Red+Green+Blue) = 157+190+205=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #9DBECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBECD is #624132. Grayscale: #B5B5B5. Windows color (decimal): -6439219 or 13483677. OLE color: 13483677.

HSL color Cylindrical-coordinate representation of color #9DBECD: hue angle of 198.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 #9DBECD is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB157190205-
CMYK0.230.0700.20
HSL198.75º32.43%70.98%-
HSV(B)198.75º23.41%80.39%-
XYZ43.3448.464.82-
YUV181.84141.07110.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.44%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=28.44%
G=34.42%
B=37.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1571902050.230.0700.20198.7532.4370.98
Hex9DBECD177014c72047
Octal23527631527702430740107
Binary10011101101111101100110110111111010100110001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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