#95ABAC

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

Shades of Botticelli #95ABAC

Tints of Botticelli #95ABAC

Color information

#95ABAC (or 0x95ABAC) is unknown color: approx Botticelli. HEX triplet: 95, AB and AC. RGB value is (149,171,172). Sum of RGB (Red+Green+Blue) = 149+171+172=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: blue. Hex color #95ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ABAC is #6A5453. Grayscale: #A4A4A4. Windows color (decimal): -6968404 or 11316117. OLE color: 11316117.

HSL color Cylindrical-coordinate representation of color #95ABAC: hue angle of 182.61º 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 #95ABAC is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149171172-
CMYK0.130.0100.33
HSL182.61º12.17%62.94%-
HSV(B)182.61º13.37%67.45%-
XYZ34.438.4944.65-
YUV164.54132.21116.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=30.28%
G=34.76%
B=34.96%

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
Decimal1491711720.130.0100.33182.6112.1762.94
Hex95ABACD1021b7c3f
Octal2252532541510412671477
Binary100101011010101110101100110110100001101101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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