#92AAB1

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

Shades of Botticelli #92AAB1

Tints of Botticelli #92AAB1

Color information

#92AAB1 (or 0x92AAB1) is unknown color: approx Botticelli. HEX triplet: 92, AA and B1. RGB value is (146,170,177). Sum of RGB (Red+Green+Blue) = 146+170+177=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 177 - color contains mainly: blue. Hex color #92AAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AAB1 is #6D554E. Grayscale: #A3A3A3. Windows color (decimal): -7165263 or 11643538. OLE color: 11643538.

HSL color Cylindrical-coordinate representation of color #92AAB1: hue angle of 193.55º degrees, saturation: 0.17, 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 #92AAB1 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB146170177-
CMYK0.180.0400.31
HSL193.55º16.58%63.33%-
HSV(B)193.55º17.51%69.41%-
XYZ34.1638.0347.14-
YUV163.62135.55115.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=29.61%
G=34.48%
B=35.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461701770.180.0400.31193.5516.5863.33
Hex92AAB112401Fc2113f
Octal2222522612240373022177
Binary100100101010101010110001100101000111111100001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,170,177); }

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

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

 a { background-color: rgb(146,170,177); }

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

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

 span { border-color: rgb(146,170,177); }

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