#92BABB

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

Shades of Botticelli #92BABB

Tints of Botticelli #92BABB

Color information

#92BABB (or 0x92BABB) is unknown color: approx Botticelli. HEX triplet: 92, BA and BB. RGB value is (146,186,187). Sum of RGB (Red+Green+Blue) = 146+186+187=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #92BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BABB is #6D4544. Grayscale: #AEAEAE. Windows color (decimal): -7161157 or 12302994. OLE color: 12302994.

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

Color convert

RGB146186187-
CMYK0.220.0100.27
HSL181.46º23.16%65.29%-
HSV(B)181.46º21.93%73.33%-
XYZ38.3844.8253.64-
YUV174.15135.25107.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.13%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=28.13%
G=35.84%
B=36.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461861870.220.0100.27181.4623.1665.29
Hex92BABB16101Bb51741
Octal22227227326103326527101
Binary10010010101110101011101110110101101110110101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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