#92ABAF

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

Shades of Botticelli #92ABAF

Tints of Botticelli #92ABAF

Color information

#92ABAF (or 0x92ABAF) is unknown color: approx Botticelli. HEX triplet: 92, AB and AF. RGB value is (146,171,175). Sum of RGB (Red+Green+Blue) = 146+171+175=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 175 - color contains mainly: blue. Hex color #92ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92ABAF is #6D5450. Grayscale: #A3A3A3. Windows color (decimal): -7165009 or 11512722. OLE color: 11512722.

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

Color convert

RGB146171175-
CMYK0.170.0200.31
HSL188.28º15.34%62.94%-
HSV(B)188.28º16.57%68.63%-
XYZ34.1538.3346.16-
YUV163.98134.22115.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.67%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=29.67%
G=34.76%
B=35.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461711750.170.0200.31188.2815.3462.94
Hex92ABAF11201Fbcf3f
Octal2222532572120372741777
Binary1001001010101011101011111000110011111101111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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