Html Css Color HEX #BA8AEE Biloba Flower

📋 copy color: '#BA8AEE'

red 186 ◦ green 138 ◦ blue 238

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

Shades of Biloba Flower #BA8AEE

Tints of Biloba Flower #BA8AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.35%

R = 33.1%
G = 24.56%
B = 42.35%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA8AEE (or 0xBA8AEE) is known color: Biloba Flower. HEX triplet: BA, 8A and EE. RGB value is (186,138,238). Sum of RGB (Red+Green+Blue) = 186+138+238=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA8AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8AEE is #457511. Grayscale: #A3A3A3. Windows color (decimal): -4551954 or 15633082. OLE color: 15633082.

HSL color Cylindrical-coordinate representation of color #BA8AEE: hue angle of 268.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA8AEE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 138 238 -
CMYK 0.22 0.42 0 0.07
HSL 268.8º 0.75% 0.74% -
HSV(B) 268.8º 0.42% 0.93% -
XYZ 44.77 34.79 85.24 -
YUV 163.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 186 138 238 0.22 0.42 0 0.07 268.8 0.75 0.74
Hex BA 8A EE 16 2A 0 7 10D 4B 4A
Octal 272 212 356 26 52 0 7 415 113 112
Binary 10111010 10001010 11101110 10110 101010 0 111 100001101 1001011 1001010

Color Harmonies of #BA8AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8AEE

Black with #BA8AEE

Text Example


Text Example

White with #BA8AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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