#B3AAC2

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

Shades of Biloba Flower #B3AAC2

Tints of Biloba Flower #B3AAC2

Color information

#B3AAC2 (or 0xB3AAC2) is unknown color: approx Biloba Flower. HEX triplet: B3, AA and C2. RGB value is (179,170,194). Sum of RGB (Red+Green+Blue) = 179+170+194=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 194 - color contains mainly: blue. Hex color #B3AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AAC2 is #4C553D. Grayscale: #AFAFAF. Windows color (decimal): -5002558 or 12757683. OLE color: 12757683.

HSL color Cylindrical-coordinate representation of color #B3AAC2: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3AAC2 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB179170194-
CMYK0.080.1200.24
HSL262.5º16.44%71.37%-
HSV(B)262.5º12.37%76.08%-
XYZ42.742.2356.94-
YUV175.43138.48130.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.97%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 194 (76.17% from 255) = 35.73%
R=32.97%
G=31.31%
B=35.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791701940.080.1200.24262.516.4471.37
HexB3AAC28C0181061047
Octal263252302101403040620107
Binary10110011101010101100001010001100011000100000110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAC2; }

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

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

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

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

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

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

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

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