#95AAAC

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

Shades of Botticelli #95AAAC

Tints of Botticelli #95AAAC

Color information

#95AAAC (or 0x95AAAC) is unknown color: approx Botticelli. HEX triplet: 95, AA and AC. RGB value is (149,170,172). Sum of RGB (Red+Green+Blue) = 149+170+172=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 170 (66.80% from 255 or 34.62% 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 #95AAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AAAC is #6A5553. Grayscale: #A3A3A3. Windows color (decimal): -6968660 or 11315861. OLE color: 11315861.

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

Color convert

RGB149170172-
CMYK0.130.0100.33
HSL185.22º12.17%62.94%-
HSV(B)185.22º13.37%67.45%-
XYZ34.2238.1244.58-
YUV163.95132.54117.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=30.35%
G=34.62%
B=35.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491701720.130.0100.33185.2212.1762.94
Hex95AAACD1021b9c3f
Octal2252522541510412711477
Binary100101011010101010101100110110100001101110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AAAC; }

 p { color: rgb(149,170,172); }

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

<style>
 a { background-color: #95AAAC; }

 a { background-color: rgb(149,170,172); }

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

<style>
 span { border-color: #95AAAC; }

 span { border-color: rgb(149,170,172); }

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