#95ACAE

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

Shades of Botticelli #95ACAE

Tints of Botticelli #95ACAE

Color information

#95ACAE (or 0x95ACAE) is unknown color: approx Botticelli. HEX triplet: 95, AC and AE. RGB value is (149,172,174). Sum of RGB (Red+Green+Blue) = 149+172+174=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 174 - color contains mainly: blue. Hex color #95ACAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ACAE is #6A5351. Grayscale: #A5A5A5. Windows color (decimal): -6968146 or 11447445. OLE color: 11447445.

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

Color convert

RGB149172174-
CMYK0.140.0100.32
HSL184.8º13.37%63.33%-
HSV(B)184.8º14.37%68.24%-
XYZ34.7938.9545.73-
YUV165.35132.88116.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=30.10%
G=34.75%
B=35.15%

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
Decimal1491721740.140.0100.32184.813.3763.33
Hex95ACAEE1020b9d3f
Octal2252542561610402711577
Binary100101011010110010101110111010100000101110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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