Html Css Color HEX #BA8AE5 Biloba Flower

📋 copy color: '#BA8AE5'

red 186 ◦ green 138 ◦ blue 229

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

Shades of Biloba Flower #BA8AE5

Tints of Biloba Flower #BA8AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.41%

R = 33.63%
G = 24.95%
B = 41.41%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA8AE5 (or 0xBA8AE5) is known color: Biloba Flower. HEX triplet: BA, 8A and E5. RGB value is (186,138,229). Sum of RGB (Red+Green+Blue) = 186+138+229=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA8AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8AE5 is #45751A. Grayscale: #A2A2A2. Windows color (decimal): -4551963 or 15043258. OLE color: 15043258.

HSL color Cylindrical-coordinate representation of color #BA8AE5: hue angle of 271.65º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8AE5 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 138 229 -
CMYK 0.19 0.40 0 0.10
HSL 271.65º 0.64% 0.72% -
HSV(B) 271.65º 0.4% 0.9% -
XYZ 43.48 34.27 78.45 -
YUV 162.73 165.4 144.6 -
System Red Green Blue C M Y K H S L
Decimal 186 138 229 0.19 0.40 0 0.10 271.65 0.64 0.72
Hex BA 8A E5 13 28 0 A 110 40 48
Octal 272 212 345 23 50 0 12 420 100 110
Binary 10111010 10001010 11100101 10011 101000 0 1010 100010000 1000000 1001000

Color Harmonies of #BA8AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8AE5

Black with #BA8AE5

Text Example


Text Example

White with #BA8AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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