#94B1BA

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

Shades of Botticelli #94B1BA

Tints of Botticelli #94B1BA

Color information

#94B1BA (or 0x94B1BA) is unknown color: approx Botticelli. HEX triplet: 94, B1 and BA. RGB value is (148,177,186). Sum of RGB (Red+Green+Blue) = 148+177+186=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #94B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94B1BA is #6B4E45. Grayscale: #A9A9A9. Windows color (decimal): -7032390 or 12235156. OLE color: 12235156.

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

Color convert

RGB148177186-
CMYK0.200.0500.27
HSL194.21º21.59%65.49%-
HSV(B)194.21º20.43%72.94%-
XYZ36.841.2952.48-
YUV169.36137.39112.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 186 (73.05% from 255) = 36.40%
R=28.96%
G=34.64%
B=36.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481771860.200.0500.27194.2121.5965.49
Hex94B1BA14501Bc21641
Octal22426127224503330226101
Binary1001010010110001101110101010010101101111000010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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