#9DBECC

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

Shades of Heather #9DBECC

Tints of Heather #9DBECC

Color information

#9DBECC (or 0x9DBECC) is unknown color: approx Heather. HEX triplet: 9D, BE and CC. RGB value is (157,190,204). Sum of RGB (Red+Green+Blue) = 157+190+204=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #9DBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBECC is #624133. Grayscale: #B5B5B5. Windows color (decimal): -6439220 or 13418141. OLE color: 13418141.

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

Color convert

RGB157190204-
CMYK0.230.0700.2
HSL197.87º31.54%70.78%-
HSV(B)197.87º23.04%80%-
XYZ43.2248.3564.18-
YUV181.73140.57110.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.49%
GREEN value IS 190 (74.61% from 255) = 34.48%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=28.49%
G=34.48%
B=37.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571902040.230.0700.2197.8731.5470.78
Hex9DBECC177014c62047
Octal23527631427702430640107
Binary10011101101111101100110010111111010100110001101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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