Html Css Color HEX #BA89E0 Biloba Flower

📋 copy color: '#BA89E0'

red 186 ◦ green 137 ◦ blue 224

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

Shades of Biloba Flower #BA89E0

Tints of Biloba Flower #BA89E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.95%

R = 34%
G = 25.05%
B = 40.95%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA89E0 (or 0xBA89E0) is known color: Biloba Flower. HEX triplet: BA, 89 and E0. RGB value is (186,137,224). Sum of RGB (Red+Green+Blue) = 186+137+224=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 224 (87.89% from 255 or 40.95% from 547); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA89E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA89E0 is #45761F. Grayscale: #A1A1A1. Windows color (decimal): -4552224 or 14715322. OLE color: 14715322.

HSL color Cylindrical-coordinate representation of color #BA89E0: hue angle of 273.79º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA89E0 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 137 224 -
CMYK 0.17 0.39 0 0.12
HSL 273.79º 0.58% 0.71% -
HSV(B) 273.79º 0.39% 0.88% -
XYZ 42.65 33.71 74.78 -
YUV 161.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 186 137 224 0.17 0.39 0 0.12 273.79 0.58 0.71
Hex BA 89 E0 11 27 0 C 112 3A 47
Octal 272 211 340 21 47 0 14 422 72 107
Binary 10111010 10001001 11100000 10001 100111 0 1100 100010010 111010 1000111

Color Harmonies of #BA89E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA89E0

Black with #BA89E0

Text Example


Text Example

White with #BA89E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA89E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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