#92BABE

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

Shades of Botticelli #92BABE

Tints of Botticelli #92BABE

Color information

#92BABE (or 0x92BABE) is unknown color: approx Botticelli. HEX triplet: 92, BA and BE. RGB value is (146,186,190). Sum of RGB (Red+Green+Blue) = 146+186+190=522 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.97% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #92BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92BABE is #6D4541. Grayscale: #AEAEAE. Windows color (decimal): -7161154 or 12499602. OLE color: 12499602.

HSL color Cylindrical-coordinate representation of color #92BABE: hue angle of 185.45º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92BABE is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146186190-
CMYK0.230.0200.25
HSL185.45º25.29%65.88%-
HSV(B)185.45º23.16%74.51%-
XYZ38.7144.9555.35-
YUV174.5136.75107.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.97%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=27.97%
G=35.63%
B=36.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461861900.230.0200.25185.4525.2965.88
Hex92BABE172019b91942
Octal22227227627203127131102
Binary100100101011101010111110101111001100110111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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