#9AB4BE

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

Shades of Botticelli #9AB4BE

Tints of Botticelli #9AB4BE

Color information

#9AB4BE (or 0x9AB4BE) is unknown color: approx Botticelli. HEX triplet: 9A, B4 and BE. RGB value is (154,180,190). Sum of RGB (Red+Green+Blue) = 154+180+190=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #9AB4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB4BE is #654B41. Grayscale: #ADADAD. Windows color (decimal): -6638402 or 12498074. OLE color: 12498074.

HSL color Cylindrical-coordinate representation of color #9AB4BE: hue angle of 196.67º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9AB4BE is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154180190-
CMYK0.190.0500.25
HSL196.67º21.69%67.45%-
HSV(B)196.67º18.95%74.51%-
XYZ38.9443.2355.01-
YUV173.37137.39114.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.39%
GREEN value IS 180 (70.70% from 255) = 34.35%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=29.39%
G=34.35%
B=36.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541801900.190.0500.25196.6721.6967.45
Hex9AB4BE135019c51643
Octal23226427623503130526103
Binary1001101010110100101111101001110101100111000101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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