#94B5BA

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

Shades of Botticelli #94B5BA

Tints of Botticelli #94B5BA

Color information

#94B5BA (or 0x94B5BA) is unknown color: approx Botticelli. HEX triplet: 94, B5 and BA. RGB value is (148,181,186). Sum of RGB (Red+Green+Blue) = 148+181+186=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 186 - color contains mainly: blue. Hex color #94B5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B5BA is #6B4A45. Grayscale: #ABABAB. Windows color (decimal): -7031366 or 12236180. OLE color: 12236180.

HSL color Cylindrical-coordinate representation of color #94B5BA: hue angle of 187.89º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B5BA is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148181186-
CMYK0.200.0300.27
HSL187.89º21.59%65.49%-
HSV(B)187.89º20.43%72.94%-
XYZ37.642.8952.75-
YUV171.7136.07111.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.74%
GREEN value IS 181 (71.09% from 255) = 35.15%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=28.74%
G=35.15%
B=36.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481811860.200.0300.27187.8921.5965.49
Hex94B5BA14301Bbc1641
Octal22426527224303327426101
Binary100101001011010110111010101001101101110111100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94B5BA; }

 p { color: rgb(148,181,186); }

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

<style>
 a { background-color: #94B5BA; }

 a { background-color: rgb(148,181,186); }

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

<style>
 span { border-color: #94B5BA; }

 span { border-color: rgb(148,181,186); }

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