Html Css Color HEX #BA97D8 Biloba Flower

📋 copy color: '#BA97D8'

red 186 ◦ green 151 ◦ blue 216

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

Shades of Biloba Flower #BA97D8

Tints of Biloba Flower #BA97D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.06%

R = 33.63%
G = 27.31%
B = 39.06%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA97D8 (or 0xBA97D8) is known color: Biloba Flower. HEX triplet: BA, 97 and D8. RGB value is (186,151,216). Sum of RGB (Red+Green+Blue) = 186+151+216=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA97D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA97D8 is #456827. Grayscale: #A8A8A8. Windows color (decimal): -4548648 or 14194618. OLE color: 14194618.

HSL color Cylindrical-coordinate representation of color #BA97D8: hue angle of 272.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA97D8 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 151 216 -
CMYK 0.14 0.30 0 0.15
HSL 272.31º 0.45% 0.72% -
HSV(B) 272.31º 0.3% 0.85% -
XYZ 43.71 37.53 69.91 -
YUV 168.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 186 151 216 0.14 0.30 0 0.15 272.31 0.45 0.72
Hex BA 97 D8 E 1E 0 F 110 2D 48
Octal 272 227 330 16 36 0 17 420 55 110
Binary 10111010 10010111 11011000 1110 11110 0 1111 100010000 101101 1001000

Color Harmonies of #BA97D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97D8

Black with #BA97D8

Text Example


Text Example

White with #BA97D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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