Html Css Color HEX #B5A5DB Biloba Flower

📋 copy color: '#B5A5DB'

red 181 ◦ green 165 ◦ blue 219

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

Shades of Biloba Flower #B5A5DB

Tints of Biloba Flower #B5A5DB

RGB

 RED value IS 181 (71.09% from 255) = 32.04%

 GREEN value IS 165 (64.84% from 255) = 29.2%

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 32.04%
G = 29.2%
B = 38.76%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5A5DB (or 0xB5A5DB) is known color: Biloba Flower. HEX triplet: B5, A5 and DB. RGB value is (181,165,219). Sum of RGB (Red+Green+Blue) = 181+165+219=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5A5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A5DB is #4A5A24. Grayscale: #AFAFAF. Windows color (decimal): -4872741 or 14394805. OLE color: 14394805.

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

Color convert

RGB 181 165 219 -
CMYK 0.17 0.25 0 0.14
HSL 257.78º 0.43% 0.75% -
HSV(B) 257.78º 0.25% 0.86% -
XYZ 45.3 41.85 72.71 -
YUV 175.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 181 165 219 0.17 0.25 0 0.14 257.78 0.43 0.75
Hex B5 A5 DB 11 19 0 E 102 2B 4B
Octal 265 245 333 21 31 0 16 402 53 113
Binary 10110101 10100101 11011011 10001 11001 0 1110 100000010 101011 1001011

Color Harmonies of #B5A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A5DB

Black with #B5A5DB

Text Example


Text Example

White with #B5A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A5DB; }

 p { color: rgb(181,165,219); }

 H1.HeaderClassName
 {
   color: #B5A5DB;
 }
 .AnyTagClassName
 {
   color: #B5A5DB;
 }
</style>

background-color css

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

 a { background-color: rgb(181,165,219); }

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

border-color css

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

 span { border-color: rgb(181,165,219); }

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