#B3AAC6

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

Shades of Biloba Flower #B3AAC6

Tints of Biloba Flower #B3AAC6

Color information

#B3AAC6 (or 0xB3AAC6) is unknown color: approx Biloba Flower. HEX triplet: B3, AA and C6. RGB value is (179,170,198). Sum of RGB (Red+Green+Blue) = 179+170+198=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 198 - color contains mainly: blue. Hex color #B3AAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AAC6 is #4C5539. Grayscale: #AFAFAF. Windows color (decimal): -5002554 or 13019827. OLE color: 13019827.

HSL color Cylindrical-coordinate representation of color #B3AAC6: hue angle of 259.29º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3AAC6 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB179170198-
CMYK0.100.1400.22
HSL259.29º19.72%72.16%-
HSV(B)259.29º14.14%77.65%-
XYZ43.1642.4159.34-
YUV175.88140.48130.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 198 (77.73% from 255) = 36.20%
R=32.72%
G=31.08%
B=36.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1791701980.100.1400.22259.2919.7272.16
HexB3AAC6AE0161031448
Octal263252306121602640324110
Binary10110011101010101100011010101110010110100000011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAC6; }

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

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

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

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

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

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

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

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