#B5A2DC

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

Shades of Biloba Flower #B5A2DC

Tints of Biloba Flower #B5A2DC

Color information

#B5A2DC (or 0xB5A2DC) is unknown color: approx Biloba Flower. HEX triplet: B5, A2 and DC. RGB value is (181,162,220). Sum of RGB (Red+Green+Blue) = 181+162+220=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5A2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A2DC is #4A5D23. Grayscale: #AEAEAE. Windows color (decimal): -4873508 or 14459573. OLE color: 14459573.

HSL color Cylindrical-coordinate representation of color #B5A2DC: hue angle of 259.66º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5A2DC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181162220-
CMYK0.180.2600.14
HSL259.66º45.31%74.9%-
HSV(B)259.66º26.36%86.27%-
XYZ44.8940.8373.23-
YUV174.29153.79132.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.15%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=32.15%
G=28.77%
B=39.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811622200.180.2600.14259.6645.3174.9
HexB5A2DC121A0E1042d4b
Octal265242334223201640455113
Binary1011010110100010110111001001011010011101000001001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A2DC; }

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

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

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

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

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

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

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

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