#92B6BB

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

Shades of Botticelli #92B6BB

Tints of Botticelli #92B6BB

Color information

#92B6BB (or 0x92B6BB) is unknown color: approx Botticelli. HEX triplet: 92, B6 and BB. RGB value is (146,182,187). Sum of RGB (Red+Green+Blue) = 146+182+187=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 187 - color contains mainly: blue. Hex color #92B6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B6BB is #6D4944. Grayscale: #ABABAB. Windows color (decimal): -7162181 or 12301970. OLE color: 12301970.

HSL color Cylindrical-coordinate representation of color #92B6BB: hue angle of 187.32º degrees, saturation: 0.23, 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 #92B6BB is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146182187-
CMYK0.220.0300.27
HSL187.32º23.16%65.29%-
HSV(B)187.32º21.93%73.33%-
XYZ37.5543.1553.36-
YUV171.81136.57109.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=28.35%
G=35.34%
B=36.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461821870.220.0300.27187.3223.1665.29
Hex92B6BB16301Bbb1741
Octal22226627326303327327101
Binary100100101011011010111011101101101101110111011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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