#9DBACA

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

Shades of Heather #9DBACA

Tints of Heather #9DBACA

Color information

#9DBACA (or 0x9DBACA) is unknown color: approx Heather. HEX triplet: 9D, BA and CA. RGB value is (157,186,202). Sum of RGB (Red+Green+Blue) = 157+186+202=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DBACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBACA is #624535. Grayscale: #B3B3B3. Windows color (decimal): -6440246 or 13286045. OLE color: 13286045.

HSL color Cylindrical-coordinate representation of color #9DBACA: hue angle of 201.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 #9DBACA is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB157186202-
CMYK0.220.0800.21
HSL201.33º29.8%70.39%-
HSV(B)201.33º22.28%79.22%-
XYZ42.1246.5562.64-
YUV179.15140.89112.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.81%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=28.81%
G=34.13%
B=37.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1571862020.220.0800.21201.3329.870.39
Hex9DBACA168015c91e46
Octal235272312261002531136106
Binary10011101101110101100101010110100001010111001001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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