Html Css Color HEX #BA89EB Biloba Flower

📋 copy color: '#BA89EB'

red 186 ◦ green 137 ◦ blue 235

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

Shades of Biloba Flower #BA89EB

Tints of Biloba Flower #BA89EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.11%

R = 33.33%
G = 24.55%
B = 42.11%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA89EB (or 0xBA89EB) is known color: Biloba Flower. HEX triplet: BA, 89 and EB. RGB value is (186,137,235). Sum of RGB (Red+Green+Blue) = 186+137+235=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA89EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA89EB is #457614. Grayscale: #A2A2A2. Windows color (decimal): -4552213 or 15436218. OLE color: 15436218.

HSL color Cylindrical-coordinate representation of color #BA89EB: hue angle of 270º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA89EB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 137 235 -
CMYK 0.21 0.42 0 0.08
HSL 270º 0.71% 0.73% -
HSV(B) 270º 0.42% 0.92% -
XYZ 44.19 34.33 82.89 -
YUV 162.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 186 137 235 0.21 0.42 0 0.08 270 0.71 0.73
Hex BA 89 EB 15 2A 0 8 10E 47 49
Octal 272 211 353 25 52 0 10 416 107 111
Binary 10111010 10001001 11101011 10101 101010 0 1000 100001110 1000111 1001001

Color Harmonies of #BA89EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA89EB

Black with #BA89EB

Text Example


Text Example

White with #BA89EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA89EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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