#99ACB4

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

Shades of Botticelli #99ACB4

Tints of Botticelli #99ACB4

Color information

#99ACB4 (or 0x99ACB4) is unknown color: approx Botticelli. HEX triplet: 99, AC and B4. RGB value is (153,172,180). Sum of RGB (Red+Green+Blue) = 153+172+180=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 180 - color contains mainly: blue. Hex color #99ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACB4 is #66534B. Grayscale: #A7A7A7. Windows color (decimal): -6705996 or 11840665. OLE color: 11840665.

HSL color Cylindrical-coordinate representation of color #99ACB4: hue angle of 197.78º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99ACB4 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153172180-
CMYK0.150.0400.29
HSL197.78º15.25%65.29%-
HSV(B)197.78º15%70.59%-
XYZ36.1339.5748.91-
YUV167.23135.21117.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.30%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 180 (70.70% from 255) = 35.64%
R=30.30%
G=34.06%
B=35.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531721800.150.0400.29197.7815.2565.29
Hex99ACB4F401Dc6f41
Octal23125426417403530617101
Binary10011001101011001011010011111000111011100011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99ACB4; }

 p { color: rgb(153,172,180); }

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

<style>
 a { background-color: #99ACB4; }

 a { background-color: rgb(153,172,180); }

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

<style>
 span { border-color: #99ACB4; }

 span { border-color: rgb(153,172,180); }

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