#9ABACB

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

Shades of Heather #9ABACB

Tints of Heather #9ABACB

Color information

#9ABACB (or 0x9ABACB) is unknown color: approx Heather. HEX triplet: 9A, BA and CB. RGB value is (154,186,203). Sum of RGB (Red+Green+Blue) = 154+186+203=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #9ABACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABACB is #654534. Grayscale: #B2B2B2. Windows color (decimal): -6636853 or 13351578. OLE color: 13351578.

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

Color convert

RGB154186203-
CMYK0.240.0800.20
HSL200.82º32.03%70%-
HSV(B)200.82º24.14%79.61%-
XYZ41.6646.363.24-
YUV178.37141.9110.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.36%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=28.36%
G=34.25%
B=37.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541862030.240.0800.20200.8232.0370
Hex9ABACB188014c92046
Octal232272313301002431140106
Binary100110101011101011001011110001000010100110010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,186,203); }

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

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

 a { background-color: rgb(154,186,203); }

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

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

 span { border-color: rgb(154,186,203); }

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