#92AEB8

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

Shades of Botticelli #92AEB8

Tints of Botticelli #92AEB8

Color information

#92AEB8 (or 0x92AEB8) is unknown color: approx Botticelli. HEX triplet: 92, AE and B8. RGB value is (146,174,184). Sum of RGB (Red+Green+Blue) = 146+174+184=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 184 - color contains mainly: blue. Hex color #92AEB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEB8 is #6D5147. Grayscale: #A6A6A6. Windows color (decimal): -7164232 or 12103314. OLE color: 12103314.

HSL color Cylindrical-coordinate representation of color #92AEB8: hue angle of 195.79º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92AEB8 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB146174184-
CMYK0.210.0500.28
HSL195.79º21.11%64.71%-
HSV(B)195.79º20.65%72.16%-
XYZ35.6439.8451.16-
YUV166.77137.72113.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.97%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 184 (72.27% from 255) = 36.51%
R=28.97%
G=34.52%
B=36.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461741840.210.0500.28195.7921.1164.71
Hex92AEB815501Cc41541
Octal22225627025503430425101
Binary1001001010101110101110001010110101110011000100101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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