#92AAB3

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

Shades of Botticelli #92AAB3

Tints of Botticelli #92AAB3

Color information

#92AAB3 (or 0x92AAB3) is unknown color: approx Botticelli. HEX triplet: 92, AA and B3. RGB value is (146,170,179). Sum of RGB (Red+Green+Blue) = 146+170+179=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 179 - color contains mainly: blue. Hex color #92AAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAB3 is #6D554C. Grayscale: #A3A3A3. Windows color (decimal): -7165261 or 11774610. OLE color: 11774610.

HSL color Cylindrical-coordinate representation of color #92AAB3: hue angle of 196.36º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92AAB3 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB146170179-
CMYK0.180.0500.30
HSL196.36º17.84%63.73%-
HSV(B)196.36º18.44%70.2%-
XYZ34.3738.1248.19-
YUV163.85136.55115.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 170 (66.80% from 255) = 34.34%
BLUE value IS 179 (70.31% from 255) = 36.16%
R=29.49%
G=34.34%
B=36.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1461701790.180.0500.30196.3617.8463.73
Hex92AAB312501Ec41240
Octal22225226322503630422100
Binary1001001010101010101100111001010101111011000100100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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