#9AABAE

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

Shades of Botticelli #9AABAE

Tints of Botticelli #9AABAE

Color information

#9AABAE (or 0x9AABAE) is unknown color: approx Botticelli. HEX triplet: 9A, AB and AE. RGB value is (154,171,174). Sum of RGB (Red+Green+Blue) = 154+171+174=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 174 - color contains mainly: blue. Hex color #9AABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AABAE is #655451. Grayscale: #A6A6A6. Windows color (decimal): -6640722 or 11447194. OLE color: 11447194.

HSL color Cylindrical-coordinate representation of color #9AABAE: hue angle of 189º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AABAE is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB154171174-
CMYK0.110.0200.32
HSL189º10.99%64.31%-
HSV(B)189º11.49%68.24%-
XYZ35.5339.0545.71-
YUV166.26132.37119.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.86%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=30.86%
G=34.27%
B=34.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541711740.110.0200.3218910.9964.31
Hex9AABAEB2020bdb40
Octal23225325613204027513100
Binary10011010101010111010111010111001000001011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,171,174); }

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

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

 a { background-color: rgb(154,171,174); }

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

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

 span { border-color: rgb(154,171,174); }

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