#B5A0EB

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

Shades of Biloba Flower #B5A0EB

Tints of Biloba Flower #B5A0EB

Color information

#B5A0EB (or 0xB5A0EB) is unknown color: approx Biloba Flower. HEX triplet: B5, A0 and EB. RGB value is (181,160,235). Sum of RGB (Red+Green+Blue) = 181+160+235=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A0EB is #4A5F14. Grayscale: #AEAEAE. Windows color (decimal): -4874005 or 15442101. OLE color: 15442101.

HSL color Cylindrical-coordinate representation of color #B5A0EB: hue angle of 256.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5A0EB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181160235-
CMYK0.230.3200.08
HSL256.8º65.22%77.45%-
HSV(B)256.8º31.91%92.16%-
XYZ46.6240.9684.05-
YUV174.83161.96132.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.42%
GREEN value IS 160 (62.89% from 255) = 27.78%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=31.42%
G=27.78%
B=40.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811602350.230.3200.08256.865.2277.45
HexB5A0EB172008101414d
Octal2652403532740010401101115
Binary101101011010000011101011101111000000100010000000110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A0EB; }

 p { color: rgb(181,160,235); }

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

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

 a { background-color: rgb(181,160,235); }

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

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

 span { border-color: rgb(181,160,235); }

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