Html Css Color HEX #BA97DB Biloba Flower

📋 copy color: '#BA97DB'

red 186 ◦ green 151 ◦ blue 219

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

Shades of Biloba Flower #BA97DB

Tints of Biloba Flower #BA97DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.16%

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

R = 33.45%
G = 27.16%
B = 39.39%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA97DB (or 0xBA97DB) is known color: Biloba Flower. HEX triplet: BA, 97 and DB. RGB value is (186,151,219). Sum of RGB (Red+Green+Blue) = 186+151+219=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97DB is #456824. Grayscale: #A8A8A8. Windows color (decimal): -4548645 or 14391226. OLE color: 14391226.

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

Color convert

RGB 186 151 219 -
CMYK 0.15 0.31 0 0.14
HSL 270.88º 0.49% 0.73% -
HSV(B) 270.88º 0.31% 0.86% -
XYZ 44.1 37.69 71.97 -
YUV 169.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 186 151 219 0.15 0.31 0 0.14 270.88 0.49 0.73
Hex BA 97 DB F 1F 0 E 10F 31 49
Octal 272 227 333 17 37 0 16 417 61 111
Binary 10111010 10010111 11011011 1111 11111 0 1110 100001111 110001 1001001

Color Harmonies of #BA97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97DB

Black with #BA97DB

Text Example


Text Example

White with #BA97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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