#B5A2EC

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

Shades of Biloba Flower #B5A2EC

Tints of Biloba Flower #B5A2EC

Color information

#B5A2EC (or 0xB5A2EC) is unknown color: approx Biloba Flower. HEX triplet: B5, A2 and EC. RGB value is (181,162,236). Sum of RGB (Red+Green+Blue) = 181+162+236=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5A2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A2EC is #4A5D13. Grayscale: #AFAFAF. Windows color (decimal): -4873492 or 15508149. OLE color: 15508149.

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

Color convert

RGB181162236-
CMYK0.230.3100.07
HSL255.41º66.07%78.04%-
HSV(B)255.41º31.36%92.55%-
XYZ47.1241.7284.93-
YUV176.12161.79131.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 162 (63.67% from 255) = 27.98%
BLUE value IS 236 (92.58% from 255) = 40.76%
R=31.26%
G=27.98%
B=40.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811622360.230.3100.07255.4166.0778.04
HexB5A2EC171F07ff424e
Octal265242354273707377102116
Binary101101011010001011101100101111111101111111111110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A2EC; }

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

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

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

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

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

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

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

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