#94ACAF

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

Shades of Botticelli #94ACAF

Tints of Botticelli #94ACAF

Color information

#94ACAF (or 0x94ACAF) is unknown color: approx Botticelli. HEX triplet: 94, AC and AF. RGB value is (148,172,175). Sum of RGB (Red+Green+Blue) = 148+172+175=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 172 (67.58% from 255 or 34.75% 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 #94ACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94ACAF is #6B5350. Grayscale: #A5A5A5. Windows color (decimal): -7033681 or 11512980. OLE color: 11512980.

HSL color Cylindrical-coordinate representation of color #94ACAF: hue angle of 186.67º 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 #94ACAF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB148172175-
CMYK0.150.0200.31
HSL186.67º14.44%63.33%-
HSV(B)186.67º15.43%68.63%-
XYZ34.738.946.24-
YUV165.17133.55115.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=29.90%
G=34.75%
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
Decimal1481721750.150.0200.31186.6714.4463.33
Hex94ACAFF201Fbbe3f
Octal2242542571720372731677
Binary100101001010110010101111111110011111101110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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