#94ABAF

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

Shades of Botticelli #94ABAF

Tints of Botticelli #94ABAF

Color information

#94ABAF (or 0x94ABAF) is unknown color: approx Botticelli. HEX triplet: 94, AB and AF. RGB value is (148,171,175). Sum of RGB (Red+Green+Blue) = 148+171+175=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 175 - color contains mainly: blue. Hex color #94ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ABAF is #6B5450. Grayscale: #A4A4A4. Windows color (decimal): -7033937 or 11512724. OLE color: 11512724.

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

Color convert

RGB148171175-
CMYK0.150.0200.31
HSL188.89º14.44%63.33%-
HSV(B)188.89º15.43%68.63%-
XYZ34.5138.5246.17-
YUV164.58133.88116.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=29.96%
G=34.62%
B=35.43%

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
Decimal1481711750.150.0200.31188.8914.4463.33
Hex94ABAFF201Fbde3f
Octal2242532571720372751677
Binary100101001010101110101111111110011111101111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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