Html Css Color HEX #BA90DB Biloba Flower

📋 copy color: '#BA90DB'

red 186 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #BA90DB

Tints of Biloba Flower #BA90DB

RGB

 RED value IS 186 (73.05% from 255) = 33.88%

 GREEN value IS 144 (56.64% from 255) = 26.23%

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

R = 33.88%
G = 26.23%
B = 39.89%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA90DB (or 0xBA90DB) is known color: Biloba Flower. HEX triplet: BA, 90 and DB. RGB value is (186,144,219). Sum of RGB (Red+Green+Blue) = 186+144+219=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA90DB is #456F24. Grayscale: #A4A4A4. Windows color (decimal): -4550437 or 14389434. OLE color: 14389434.

HSL color Cylindrical-coordinate representation of color #BA90DB: hue angle of 273.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA90DB is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 144 219 -
CMYK 0.15 0.34 0 0.14
HSL 273.6º 0.51% 0.71% -
HSV(B) 273.6º 0.34% 0.86% -
XYZ 43.01 35.5 71.6 -
YUV 165.11 158.41 142.9 -
System Red Green Blue C M Y K H S L
Decimal 186 144 219 0.15 0.34 0 0.14 273.6 0.51 0.71
Hex BA 90 DB F 22 0 E 112 33 47
Octal 272 220 333 17 42 0 16 422 63 107
Binary 10111010 10010000 11011011 1111 100010 0 1110 100010010 110011 1000111

Color Harmonies of #BA90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA90DB

Black with #BA90DB

Text Example


Text Example

White with #BA90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA90DB; }

 p { color: rgb(186,144,219); }

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

background-color css

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

 a { background-color: rgb(186,144,219); }

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

border-color css

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

 span { border-color: rgb(186,144,219); }

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