#92B2B6

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

Shades of Botticelli #92B2B6

Tints of Botticelli #92B2B6

Color information

#92B2B6 (or 0x92B2B6) is unknown color: approx Botticelli. HEX triplet: 92, B2 and B6. RGB value is (146,178,182). Sum of RGB (Red+Green+Blue) = 146+178+182=506 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.85% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 182 - color contains mainly: blue. Hex color #92B2B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B2B6 is #6D4D49. Grayscale: #A8A8A8. Windows color (decimal): -7163210 or 11973266. OLE color: 11973266.

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

Color convert

RGB146178182-
CMYK0.200.0200.29
HSL186.67º19.78%64.31%-
HSV(B)186.67º19.78%71.37%-
XYZ36.2241.3350.32-
YUV168.89135.4111.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.85%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 182 (71.48% from 255) = 35.97%
R=28.85%
G=35.18%
B=35.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1461781820.200.0200.29186.6719.7864.31
Hex92B2B614201Dbb1440
Octal22226226624203527324100
Binary100100101011001010110110101001001110110111011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,178,182); }

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

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

 a { background-color: rgb(146,178,182); }

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

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

 span { border-color: rgb(146,178,182); }

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