Html Css Color HEX #BA8AE9 Biloba Flower

📋 copy color: '#BA8AE9'

red 186 ◦ green 138 ◦ blue 233

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

Shades of Biloba Flower #BA8AE9

Tints of Biloba Flower #BA8AE9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.78%

 BLUE value IS 233 (91.41% from 255) = 41.83%

R = 33.39%
G = 24.78%
B = 41.83%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA8AE9 (or 0xBA8AE9) is known color: Biloba Flower. HEX triplet: BA, 8A and E9. RGB value is (186,138,233). Sum of RGB (Red+Green+Blue) = 186+138+233=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA8AE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8AE9 is #457516. Grayscale: #A2A2A2. Windows color (decimal): -4551959 or 15305402. OLE color: 15305402.

HSL color Cylindrical-coordinate representation of color #BA8AE9: hue angle of 270.32º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA8AE9 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 138 233 -
CMYK 0.20 0.41 0 0.09
HSL 270.32º 0.68% 0.73% -
HSV(B) 270.32º 0.41% 0.91% -
XYZ 44.05 34.5 81.43 -
YUV 163.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 186 138 233 0.20 0.41 0 0.09 270.32 0.68 0.73
Hex BA 8A E9 14 29 0 9 10E 44 49
Octal 272 212 351 24 51 0 11 416 104 111
Binary 10111010 10001010 11101001 10100 101001 0 1001 100001110 1000100 1001001

Color Harmonies of #BA8AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8AE9

Black with #BA8AE9

Text Example


Text Example

White with #BA8AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8AE9; }

 p { color: rgb(186,138,233); }

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

background-color css

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

 a { background-color: rgb(186,138,233); }

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

border-color css

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

 span { border-color: rgb(186,138,233); }

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