#B59ACE

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

Shades of Biloba Flower #B59ACE

Tints of Biloba Flower #B59ACE

Color information

#B59ACE (or 0xB59ACE) is unknown color: approx Biloba Flower. HEX triplet: B5, 9A and CE. RGB value is (181,154,206). Sum of RGB (Red+Green+Blue) = 181+154+206=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #B59ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ACE is #4A6531. Grayscale: #A7A7A7. Windows color (decimal): -4875570 or 13540021. OLE color: 13540021.

HSL color Cylindrical-coordinate representation of color #B59ACE: hue angle of 271.15º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B59ACE is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181154206-
CMYK0.120.2500.19
HSL271.15º34.67%70.59%-
HSV(B)271.15º25.24%80.78%-
XYZ41.7537.3963.41-
YUV168149.45137.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 206 (80.86% from 255) = 38.08%
R=33.46%
G=28.47%
B=38.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811542060.120.2500.19271.1534.6770.59
HexB59ACEC1901310f2347
Octal265232316143102341743107
Binary1011010110011010110011101100110010100111000011111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59ACE; }

 p { color: rgb(181,154,206); }

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

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

 a { background-color: rgb(181,154,206); }

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

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

 span { border-color: rgb(181,154,206); }

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