#B3AACA

Color #B3AACA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B3AACA

Tints of Biloba Flower #B3AACA

Color information

#B3AACA (or 0xB3AACA) is unknown color: approx Biloba Flower. HEX triplet: B3, AA and CA. RGB value is (179,170,202). Sum of RGB (Red+Green+Blue) = 179+170+202=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AACA is #4C5535. Grayscale: #B0B0B0. Windows color (decimal): -5002550 or 13281971. OLE color: 13281971.

HSL color Cylindrical-coordinate representation of color #B3AACA: hue angle of 256.88º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3AACA is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB179170202-
CMYK0.110.1600.21
HSL256.88º23.19%72.94%-
HSV(B)256.88º15.84%79.22%-
XYZ43.6342.661.8-
YUV176.34142.48129.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.49%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=32.49%
G=30.85%
B=36.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1791702020.110.1600.21256.8823.1972.94
HexB3AACAB100151011749
Octal263252312132002540127111
Binary101100111010101011001010101110000010101100000001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AACA; }

 p { color: rgb(179,170,202); }

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

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

 a { background-color: rgb(179,170,202); }

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

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

 span { border-color: rgb(179,170,202); }

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