#94ABAE

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

Shades of Botticelli #94ABAE

Tints of Botticelli #94ABAE

Color information

#94ABAE (or 0x94ABAE) is unknown color: approx Botticelli. HEX triplet: 94, AB and AE. RGB value is (148,171,174). Sum of RGB (Red+Green+Blue) = 148+171+174=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: blue. Hex color #94ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ABAE is #6B5451. Grayscale: #A4A4A4. Windows color (decimal): -7033938 or 11447188. OLE color: 11447188.

HSL color Cylindrical-coordinate representation of color #94ABAE: hue angle of 186.92º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94ABAE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148171174-
CMYK0.150.0200.32
HSL186.92º13.83%63.14%-
HSV(B)186.92º14.94%68.24%-
XYZ34.4238.4845.66-
YUV164.46133.38116.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=30.02%
G=34.69%
B=35.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481711740.150.0200.32186.9213.8363.14
Hex94ABAEF2020bbe3f
Octal2242532561720402731677
Binary1001010010101011101011101111100100000101110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,171,174); }

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

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

 a { background-color: rgb(148,171,174); }

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

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

 span { border-color: rgb(148,171,174); }

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