#92AEB0

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

Shades of Botticelli #92AEB0

Tints of Botticelli #92AEB0

Color information

#92AEB0 (or 0x92AEB0) is unknown color: approx Botticelli. HEX triplet: 92, AE and B0. RGB value is (146,174,176). Sum of RGB (Red+Green+Blue) = 146+174+176=496 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.44% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 176 - color contains mainly: blue. Hex color #92AEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AEB0 is #6D514F. Grayscale: #A5A5A5. Windows color (decimal): -7164240 or 11579026. OLE color: 11579026.

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

Color convert

RGB146174176-
CMYK0.170.0100.31
HSL184º15.96%63.14%-
HSV(B)184º17.05%69.02%-
XYZ34.8339.5246.87-
YUV165.86133.72113.84-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.44%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=29.44%
G=35.08%
B=35.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461741760.170.0100.3118415.9663.14
Hex92AEB011101Fb8103f
Octal2222562602110372702077
Binary1001001010101110101100001000110111111011100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,174,176); }

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

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

 a { background-color: rgb(146,174,176); }

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

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

 span { border-color: rgb(146,174,176); }

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