#92B6BC

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

Shades of Botticelli #92B6BC

Tints of Botticelli #92B6BC

Color information

#92B6BC (or 0x92B6BC) is unknown color: approx Botticelli. HEX triplet: 92, B6 and BC. RGB value is (146,182,188). Sum of RGB (Red+Green+Blue) = 146+182+188=516 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.29% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #92B6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B6BC is #6D4943. Grayscale: #ABABAB. Windows color (decimal): -7162180 or 12367506. OLE color: 12367506.

HSL color Cylindrical-coordinate representation of color #92B6BC: hue angle of 188.57º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92B6BC is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB146182188-
CMYK0.220.0300.26
HSL188.57º23.86%65.49%-
HSV(B)188.57º22.34%73.73%-
XYZ37.6643.253.93-
YUV171.92137.07109.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.29%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=28.29%
G=35.27%
B=36.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461821880.220.0300.26188.5723.8665.49
Hex92B6BC16301Abd1841
Octal22226627426303227530101
Binary100100101011011010111100101101101101010111101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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