#94B4BA

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

Shades of Botticelli #94B4BA

Tints of Botticelli #94B4BA

Color information

#94B4BA (or 0x94B4BA) is unknown color: approx Botticelli. HEX triplet: 94, B4 and BA. RGB value is (148,180,186). Sum of RGB (Red+Green+Blue) = 148+180+186=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #94B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94B4BA is #6B4B45. Grayscale: #ABABAB. Windows color (decimal): -7031622 or 12235924. OLE color: 12235924.

HSL color Cylindrical-coordinate representation of color #94B4BA: hue angle of 189.47º 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 #94B4BA is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148180186-
CMYK0.200.0300.27
HSL189.47º21.59%65.49%-
HSV(B)189.47º20.43%72.94%-
XYZ37.442.4852.68-
YUV171.12136.4111.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.79%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=28.79%
G=35.02%
B=36.19%

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
Decimal1481801860.200.0300.27189.4721.5965.49
Hex94B4BA14301Bbd1641
Octal22426427224303327526101
Binary100101001011010010111010101001101101110111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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