Html Css Color HEX #B5A2DC Biloba Flower

📋 copy color: '#B5A2DC'

red 181 ◦ green 162 ◦ blue 220

#B5A2DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B5A2DC

Tints of Biloba Flower #B5A2DC

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 value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5A2DC (or 0xB5A2DC) is known color: 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

RGB 181 162 220 -
CMYK 0.18 0.26 0 0.14
HSL 259.66º 0.45% 0.75% -
HSV(B) 259.66º 0.26% 0.86% -
XYZ 44.89 40.83 73.23 -
YUV 174.29 153.79 132.78 -
System Red Green Blue C M Y K H S L
Decimal 181 162 220 0.18 0.26 0 0.14 259.66 0.45 0.75
Hex B5 A2 DC 12 1A 0 E 104 2D 4B
Octal 265 242 334 22 32 0 16 404 55 113
Binary 10110101 10100010 11011100 10010 11010 0 1110 100000100 101101 1001011

Color Harmonies of #B5A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A2DC

Black with #B5A2DC

Text Example


Text Example

White with #B5A2DC

Text Example


Text Example

HTML Codes & Css Web 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>