#9AABAD

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

Shades of Botticelli #9AABAD

Tints of Botticelli #9AABAD

Color information

#9AABAD (or 0x9AABAD) is unknown color: approx Botticelli. HEX triplet: 9A, AB and AD. RGB value is (154,171,173). Sum of RGB (Red+Green+Blue) = 154+171+173=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #9AABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AABAD is #655452. Grayscale: #A6A6A6. Windows color (decimal): -6640723 or 11381658. OLE color: 11381658.

HSL color Cylindrical-coordinate representation of color #9AABAD: hue angle of 186.32º degrees, saturation: 0.1, 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 #9AABAD is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB154171173-
CMYK0.110.0100.32
HSL186.32º10.38%64.12%-
HSV(B)186.32º10.98%67.84%-
XYZ35.4339.0145.2-
YUV166.14131.87119.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.92%
GREEN value IS 171 (67.19% from 255) = 34.34%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=30.92%
G=34.34%
B=34.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541711730.110.0100.32186.3210.3864.12
Hex9AABADB1020baa40
Octal23225325513104027212100
Binary1001101010101011101011011011101000001011101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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