#92B4B7

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

Shades of Botticelli #92B4B7

Tints of Botticelli #92B4B7

Color information

#92B4B7 (or 0x92B4B7) is unknown color: approx Botticelli. HEX triplet: 92, B4 and B7. RGB value is (146,180,183). Sum of RGB (Red+Green+Blue) = 146+180+183=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 183 - color contains mainly: blue. Hex color #92B4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B4B7 is #6D4B48. Grayscale: #AAAAAA. Windows color (decimal): -7162697 or 12039314. OLE color: 12039314.

HSL color Cylindrical-coordinate representation of color #92B4B7: hue angle of 184.86º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #92B4B7 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB146180183-
CMYK0.200.0200.28
HSL184.86º20.44%64.51%-
HSV(B)184.86º20.22%71.76%-
XYZ36.7242.1751-
YUV170.18135.24110.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.68%
GREEN value IS 180 (70.70% from 255) = 35.36%
BLUE value IS 183 (71.88% from 255) = 35.95%
R=28.68%
G=35.36%
B=35.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461801830.200.0200.28184.8620.4464.51
Hex92B4B714201Cb91441
Octal22226426724203427124101
Binary100100101011010010110111101001001110010111001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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