#95ABAE

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

Shades of Botticelli #95ABAE

Tints of Botticelli #95ABAE

Color information

#95ABAE (or 0x95ABAE) is unknown color: approx Botticelli. HEX triplet: 95, AB and AE. RGB value is (149,171,174). Sum of RGB (Red+Green+Blue) = 149+171+174=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 174 - color contains mainly: blue. Hex color #95ABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ABAE is #6A5451. Grayscale: #A4A4A4. Windows color (decimal): -6968402 or 11447189. OLE color: 11447189.

HSL color Cylindrical-coordinate representation of color #95ABAE: hue angle of 187.2º 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 #95ABAE is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149171174-
CMYK0.140.0200.32
HSL187.2º13.37%63.33%-
HSV(B)187.2º14.37%68.24%-
XYZ34.638.5745.67-
YUV164.76133.21116.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=30.16%
G=34.62%
B=35.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491711740.140.0200.32187.213.3763.33
Hex95ABAEE2020bbd3f
Octal2252532561620402731577
Binary1001010110101011101011101110100100000101110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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