#92ADB4

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

Shades of Botticelli #92ADB4

Tints of Botticelli #92ADB4

Color information

#92ADB4 (or 0x92ADB4) is unknown color: approx Botticelli. HEX triplet: 92, AD and B4. RGB value is (146,173,180). Sum of RGB (Red+Green+Blue) = 146+173+180=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #92ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADB4 is #6D524B. Grayscale: #A5A5A5. Windows color (decimal): -7164492 or 11840914. OLE color: 11840914.

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

Color convert

RGB146173180-
CMYK0.190.0400.29
HSL192.35º18.48%63.92%-
HSV(B)192.35º18.89%70.59%-
XYZ35.0439.2948.92-
YUV165.72136.05113.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.26%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 180 (70.70% from 255) = 36.07%
R=29.26%
G=34.67%
B=36.07%

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
Decimal1461731800.190.0400.29192.3518.4863.92
Hex92ADB413401Dc01240
Octal22225526423403530022100
Binary1001001010101101101101001001110001110111000000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,173,180); }

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

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

 a { background-color: rgb(146,173,180); }

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

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

 span { border-color: rgb(146,173,180); }

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