#B5A2D8

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

Shades of Biloba Flower #B5A2D8

Tints of Biloba Flower #B5A2D8

Color information

#B5A2D8 (or 0xB5A2D8) is unknown color: approx Biloba Flower. HEX triplet: B5, A2 and D8. RGB value is (181,162,216). Sum of RGB (Red+Green+Blue) = 181+162+216=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #B5A2D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A2D8 is #4A5D27. Grayscale: #ADADAD. Windows color (decimal): -4873512 or 14197429. OLE color: 14197429.

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

Color convert

RGB181162216-
CMYK0.160.2500.15
HSL261.11º40.91%74.12%-
HSV(B)261.11º25%84.71%-
XYZ44.3740.6270.47-
YUV173.84151.79133.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.38%
GREEN value IS 162 (63.67% from 255) = 28.98%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=32.38%
G=28.98%
B=38.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811622160.160.2500.15261.1140.9174.12
HexB5A2D810190F105294a
Octal265242330203101740551112
Binary1011010110100010110110001000011001011111000001011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A2D8; }

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

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

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

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

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

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

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

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