#B5A4DA

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

Shades of Biloba Flower #B5A4DA

Tints of Biloba Flower #B5A4DA

Color information

#B5A4DA (or 0xB5A4DA) is unknown color: approx Biloba Flower. HEX triplet: B5, A4 and DA. RGB value is (181,164,218). Sum of RGB (Red+Green+Blue) = 181+164+218=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #B5A4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A4DA is #4A5B25. Grayscale: #AFAFAF. Windows color (decimal): -4872998 or 14329013. OLE color: 14329013.

HSL color Cylindrical-coordinate representation of color #B5A4DA: hue angle of 258.89º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5A4DA is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181164218-
CMYK0.170.2500.15
HSL258.89º42.19%74.9%-
HSV(B)258.89º24.77%85.49%-
XYZ44.9941.4471.96-
YUV175.24152.13132.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.15%
GREEN value IS 164 (64.45% from 255) = 29.13%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=32.15%
G=29.13%
B=38.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811642180.170.2500.15258.8942.1974.9
HexB5A4DA11190F1032a4b
Octal265244332213101740352113
Binary1011010110100100110110101000111001011111000000111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A4DA; }

 p { color: rgb(181,164,218); }

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

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

 a { background-color: rgb(181,164,218); }

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

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

 span { border-color: rgb(181,164,218); }

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