#B5A2EA

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

Shades of Biloba Flower #B5A2EA

Tints of Biloba Flower #B5A2EA

Color information

#B5A2EA (or 0xB5A2EA) is unknown color: approx Biloba Flower. HEX triplet: B5, A2 and EA. RGB value is (181,162,234). Sum of RGB (Red+Green+Blue) = 181+162+234=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5A2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A2EA is #4A5D15. Grayscale: #AFAFAF. Windows color (decimal): -4873494 or 15377077. OLE color: 15377077.

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

Color convert

RGB181162234-
CMYK0.230.3100.08
HSL255.83º63.16%77.65%-
HSV(B)255.83º30.77%91.76%-
XYZ46.8341.683.4-
YUV175.89160.79131.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 162 (63.67% from 255) = 28.08%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=31.37%
G=28.08%
B=40.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811622340.230.3100.08255.8363.1677.65
HexB5A2EA171F081003f4e
Octal265242352273701040077116
Binary1011010110100010111010101011111111010001000000001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A2EA; }

 p { color: rgb(181,162,234); }

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

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

 a { background-color: rgb(181,162,234); }

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

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

 span { border-color: rgb(181,162,234); }

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