#90ABAF

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

Shades of Botticelli #90ABAF

Tints of Botticelli #90ABAF

Color information

#90ABAF (or 0x90ABAF) is unknown color: approx Botticelli. HEX triplet: 90, AB and AF. RGB value is (144,171,175). Sum of RGB (Red+Green+Blue) = 144+171+175=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #90ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABAF is #6F5450. Grayscale: #A3A3A3. Windows color (decimal): -7296081 or 11512720. OLE color: 11512720.

HSL color Cylindrical-coordinate representation of color #90ABAF: hue angle of 187.74º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90ABAF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB144171175-
CMYK0.180.0200.31
HSL187.74º16.23%62.55%-
HSV(B)187.74º17.71%68.63%-
XYZ33.838.1546.14-
YUV163.38134.55114.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.39%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 175 (68.75% from 255) = 35.71%
R=29.39%
G=34.90%
B=35.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441711750.180.0200.31187.7416.2362.55
Hex90ABAF12201Fbc103f
Octal2202532572220372742077
Binary10010000101010111010111110010100111111011110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90ABAF; }

 p { color: rgb(144,171,175); }

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

<style>
 a { background-color: #90ABAF; }

 a { background-color: rgb(144,171,175); }

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

<style>
 span { border-color: #90ABAF; }

 span { border-color: rgb(144,171,175); }

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