#92AEB5

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

Shades of Botticelli #92AEB5

Tints of Botticelli #92AEB5

Color information

#92AEB5 (or 0x92AEB5) is unknown color: approx Botticelli. HEX triplet: 92, AE and B5. RGB value is (146,174,181). Sum of RGB (Red+Green+Blue) = 146+174+181=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 181 - color contains mainly: blue. Hex color #92AEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEB5 is #6D514A. Grayscale: #A6A6A6. Windows color (decimal): -7164235 or 11906706. OLE color: 11906706.

HSL color Cylindrical-coordinate representation of color #92AEB5: hue angle of 192º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92AEB5 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB146174181-
CMYK0.190.0400.29
HSL192º19.13%64.12%-
HSV(B)192º19.34%70.98%-
XYZ35.3339.7249.52-
YUV166.43136.22113.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.14%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=29.14%
G=34.73%
B=36.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461741810.190.0400.2919219.1364.12
Hex92AEB513401Dc01340
Octal22225626523403530023100
Binary1001001010101110101101011001110001110111000000100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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