#94ABAC

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

Shades of Botticelli #94ABAC

Tints of Botticelli #94ABAC

Color information

#94ABAC (or 0x94ABAC) is unknown color: approx Botticelli. HEX triplet: 94, AB and AC. RGB value is (148,171,172). Sum of RGB (Red+Green+Blue) = 148+171+172=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 172 - color contains mainly: blue. Hex color #94ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ABAC is #6B5453. Grayscale: #A4A4A4. Windows color (decimal): -7033940 or 11316116. OLE color: 11316116.

HSL color Cylindrical-coordinate representation of color #94ABAC: hue angle of 182.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94ABAC is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148171172-
CMYK0.140.0100.33
HSL182.5º12.63%62.75%-
HSV(B)182.5º13.95%67.45%-
XYZ34.2238.444.64-
YUV164.24132.38116.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.14%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=30.14%
G=34.83%
B=35.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481711720.140.0100.33182.512.6362.75
Hex94ABACE1021b6d3f
Octal2242532541610412661577
Binary100101001010101110101100111010100001101101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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