#95ABAD

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

Shades of Botticelli #95ABAD

Tints of Botticelli #95ABAD

Color information

#95ABAD (or 0x95ABAD) is unknown color: approx Botticelli. HEX triplet: 95, AB and AD. RGB value is (149,171,173). Sum of RGB (Red+Green+Blue) = 149+171+173=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: blue. Hex color #95ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ABAD is #6A5452. Grayscale: #A4A4A4. Windows color (decimal): -6968403 or 11381653. OLE color: 11381653.

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

Color convert

RGB149171173-
CMYK0.140.0100.32
HSL185º12.77%63.14%-
HSV(B)185º13.87%67.84%-
XYZ34.538.5345.15-
YUV164.65132.71116.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=30.22%
G=34.69%
B=35.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491711730.140.0100.3218512.7763.14
Hex95ABADE1020b9d3f
Octal2252532551610402711577
Binary100101011010101110101101111010100000101110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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