#92ADB8

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

Shades of Botticelli #92ADB8

Tints of Botticelli #92ADB8

Color information

#92ADB8 (or 0x92ADB8) is unknown color: approx Botticelli. HEX triplet: 92, AD and B8. RGB value is (146,173,184). Sum of RGB (Red+Green+Blue) = 146+173+184=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 184 - color contains mainly: blue. Hex color #92ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADB8 is #6D5247. Grayscale: #A6A6A6. Windows color (decimal): -7164488 or 12103058. OLE color: 12103058.

HSL color Cylindrical-coordinate representation of color #92ADB8: hue angle of 197.37º 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 #92ADB8 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB146173184-
CMYK0.210.0600.28
HSL197.37º21.11%64.71%-
HSV(B)197.37º20.65%72.16%-
XYZ35.4539.4651.1-
YUV166.18138.05113.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.03%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 184 (72.27% from 255) = 36.58%
R=29.03%
G=34.39%
B=36.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461731840.210.0600.28197.3721.1164.71
Hex92ADB815601Cc51541
Octal22225527025603430525101
Binary1001001010101101101110001010111001110011000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ADB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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