#9ABAC7

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

Shades of Heather #9ABAC7

Tints of Heather #9ABAC7

Color information

#9ABAC7 (or 0x9ABAC7) is unknown color: approx Heather. HEX triplet: 9A, BA and C7. RGB value is (154,186,199). Sum of RGB (Red+Green+Blue) = 154+186+199=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 199 - color contains mainly: blue. Hex color #9ABAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABAC7 is #654538. Grayscale: #B1B1B1. Windows color (decimal): -6636857 or 13089434. OLE color: 13089434.

HSL color Cylindrical-coordinate representation of color #9ABAC7: hue angle of 197.33º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ABAC7 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB154186199-
CMYK0.230.0700.22
HSL197.33º28.66%69.22%-
HSV(B)197.33º22.61%78.04%-
XYZ41.1946.1160.76-
YUV177.91139.9110.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.57%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 199 (78.12% from 255) = 36.92%
R=28.57%
G=34.51%
B=36.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1541861990.230.0700.22197.3328.6669.22
Hex9ABAC7177016c51d45
Octal23227230727702630535105
Binary1001101010111010110001111011111101011011000101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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