#92B9BE

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

Shades of Botticelli #92B9BE

Tints of Botticelli #92B9BE

Color information

#92B9BE (or 0x92B9BE) is unknown color: approx Botticelli. HEX triplet: 92, B9 and BE. RGB value is (146,185,190). Sum of RGB (Red+Green+Blue) = 146+185+190=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #92B9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B9BE is #6D4641. Grayscale: #ADADAD. Windows color (decimal): -7161410 or 12499346. OLE color: 12499346.

HSL color Cylindrical-coordinate representation of color #92B9BE: hue angle of 186.82º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92B9BE is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146185190-
CMYK0.230.0300.25
HSL186.82º25.29%65.88%-
HSV(B)186.82º23.16%74.51%-
XYZ38.544.5355.28-
YUV173.91137.08108.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.02%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=28.02%
G=35.51%
B=36.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461851900.230.0300.25186.8225.2965.88
Hex92B9BE173019bb1942
Octal22227127627303127331102
Binary100100101011100110111110101111101100110111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,185,190); }

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

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

 a { background-color: rgb(146,185,190); }

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

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

 span { border-color: rgb(146,185,190); }

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