Html Css Color HEX #BA89EF Biloba Flower

📋 copy color: '#BA89EF'

red 186 ◦ green 137 ◦ blue 239

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

Shades of Biloba Flower #BA89EF

Tints of Biloba Flower #BA89EF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.38%

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 33.1%
G = 24.38%
B = 42.53%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA89EF (or 0xBA89EF) is known color: Biloba Flower. HEX triplet: BA, 89 and EF. RGB value is (186,137,239). Sum of RGB (Red+Green+Blue) = 186+137+239=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA89EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA89EF is #457610. Grayscale: #A2A2A2. Windows color (decimal): -4552209 or 15698362. OLE color: 15698362.

HSL color Cylindrical-coordinate representation of color #BA89EF: hue angle of 268.82º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA89EF is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 137 239 -
CMYK 0.22 0.43 0 0.06
HSL 268.82º 0.76% 0.74% -
HSV(B) 268.82º 0.43% 0.94% -
XYZ 44.78 34.56 85.97 -
YUV 163.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 186 137 239 0.22 0.43 0 0.06 268.82 0.76 0.74
Hex BA 89 EF 16 2B 0 6 10D 4C 4A
Octal 272 211 357 26 53 0 6 415 114 112
Binary 10111010 10001001 11101111 10110 101011 0 110 100001101 1001100 1001010

Color Harmonies of #BA89EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA89EF

Black with #BA89EF

Text Example


Text Example

White with #BA89EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA89EF; }

 p { color: rgb(186,137,239); }

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

background-color css

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

 a { background-color: rgb(186,137,239); }

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

border-color css

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

 span { border-color: rgb(186,137,239); }

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