Html Css Color HEX #BA96D8 Biloba Flower

📋 copy color: '#BA96D8'

red 186 ◦ green 150 ◦ blue 216

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

Shades of Biloba Flower #BA96D8

Tints of Biloba Flower #BA96D8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.17%

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

R = 33.7%
G = 27.17%
B = 39.13%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA96D8 (or 0xBA96D8) is known color: Biloba Flower. HEX triplet: BA, 96 and D8. RGB value is (186,150,216). Sum of RGB (Red+Green+Blue) = 186+150+216=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA96D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA96D8 is #456927. Grayscale: #A8A8A8. Windows color (decimal): -4548904 or 14194362. OLE color: 14194362.

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

Color convert

RGB 186 150 216 -
CMYK 0.14 0.31 0 0.15
HSL 272.73º 0.46% 0.72% -
HSV(B) 272.73º 0.31% 0.85% -
XYZ 43.55 37.21 69.85 -
YUV 168.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 186 150 216 0.14 0.31 0 0.15 272.73 0.46 0.72
Hex BA 96 D8 E 1F 0 F 111 2E 48
Octal 272 226 330 16 37 0 17 421 56 110
Binary 10111010 10010110 11011000 1110 11111 0 1111 100010001 101110 1001000

Color Harmonies of #BA96D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96D8

Black with #BA96D8

Text Example


Text Example

White with #BA96D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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