#9AAAB0

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

Shades of Botticelli #9AAAB0

Tints of Botticelli #9AAAB0

Color information

#9AAAB0 (or 0x9AAAB0) is unknown color: approx Botticelli. HEX triplet: 9A, AA and B0. RGB value is (154,170,176). Sum of RGB (Red+Green+Blue) = 154+170+176=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 176 - color contains mainly: blue. Hex color #9AAAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAAB0 is #65554F. Grayscale: #A5A5A5. Windows color (decimal): -6640976 or 11578010. OLE color: 11578010.

HSL color Cylindrical-coordinate representation of color #9AAAB0: hue angle of 196.36º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AAAB0 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154170176-
CMYK0.120.0300.31
HSL196.36º12.22%64.71%-
HSV(B)196.36º12.5%69.02%-
XYZ35.5438.7546.68-
YUV165.9133.7119.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.8%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=30.8%
G=34%
B=35.2%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541701760.120.0300.31196.3612.2264.71
Hex9AAAB0C301Fc4c41
Octal23225226014303730414101
Binary1001101010101010101100001100110111111100010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,176); }

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

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

 a { background-color: rgb(154,170,176); }

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

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

 span { border-color: rgb(154,170,176); }

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