#9AB4B9

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

Shades of Botticelli #9AB4B9

Tints of Botticelli #9AB4B9

Color information

#9AB4B9 (or 0x9AB4B9) is unknown color: approx Botticelli. HEX triplet: 9A, B4 and B9. RGB value is (154,180,185). Sum of RGB (Red+Green+Blue) = 154+180+185=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 185 - color contains mainly: blue. Hex color #9AB4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4B9 is #654B46. Grayscale: #ACACAC. Windows color (decimal): -6638407 or 12170394. OLE color: 12170394.

HSL color Cylindrical-coordinate representation of color #9AB4B9: hue angle of 189.68º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AB4B9 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154180185-
CMYK0.170.0300.27
HSL189.68º18.13%66.47%-
HSV(B)189.68º16.76%72.55%-
XYZ38.443.0252.18-
YUV172.8134.89114.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=29.67%
G=34.68%
B=35.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541801850.170.0300.27189.6818.1366.47
Hex9AB4B911301Bbe1242
Octal23226427121303327622102
Binary100110101011010010111001100011101101110111110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,185); }

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

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

 a { background-color: rgb(154,180,185); }

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

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

 span { border-color: rgb(154,180,185); }

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