#92B7BA

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

Shades of Botticelli #92B7BA

Tints of Botticelli #92B7BA

Color information

#92B7BA (or 0x92B7BA) is unknown color: approx Botticelli. HEX triplet: 92, B7 and BA. RGB value is (146,183,186). Sum of RGB (Red+Green+Blue) = 146+183+186=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 183 (71.88% from 255 or 35.53% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #92B7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B7BA is #6D4845. Grayscale: #ACACAC. Windows color (decimal): -7161926 or 12236690. OLE color: 12236690.

HSL color Cylindrical-coordinate representation of color #92B7BA: hue angle of 184.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92B7BA is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146183186-
CMYK0.220.0200.27
HSL184.5º22.47%65.1%-
HSV(B)184.5º21.51%72.94%-
XYZ37.6543.5252.87-
YUV172.28135.74109.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 183 (71.88% from 255) = 35.53%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=28.35%
G=35.53%
B=36.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461831860.220.0200.27184.522.4765.1
Hex92B7BA16201Bb81641
Octal22226727226203327026101
Binary100100101011011110111010101101001101110111000101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,183,186); }

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

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

 a { background-color: rgb(146,183,186); }

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

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

 span { border-color: rgb(146,183,186); }

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