#95ABAF

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

Shades of Botticelli #95ABAF

Tints of Botticelli #95ABAF

Color information

#95ABAF (or 0x95ABAF) is unknown color: approx Botticelli. HEX triplet: 95, AB and AF. RGB value is (149,171,175). Sum of RGB (Red+Green+Blue) = 149+171+175=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #95ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ABAF is #6A5450. Grayscale: #A4A4A4. Windows color (decimal): -6968401 or 11512725. OLE color: 11512725.

HSL color Cylindrical-coordinate representation of color #95ABAF: hue angle of 189.23º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95ABAF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149171175-
CMYK0.150.0200.31
HSL189.23º13.98%63.53%-
HSV(B)189.23º14.86%68.63%-
XYZ34.738.6146.18-
YUV164.88133.71116.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=30.10%
G=34.55%
B=35.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491711750.150.0200.31189.2313.9863.53
Hex95ABAFF201Fbde40
Octal22525325717203727516100
Binary1001010110101011101011111111100111111011110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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