Html Css Color HEX #BA8BEE Biloba Flower

📋 copy color: '#BA8BEE'

red 186 ◦ green 139 ◦ blue 238

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

Shades of Biloba Flower #BA8BEE

Tints of Biloba Flower #BA8BEE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.69%

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

R = 33.04%
G = 24.69%
B = 42.27%

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

#BA8BEE (or 0xBA8BEE) is known color: Biloba Flower. HEX triplet: BA, 8B and EE. RGB value is (186,139,238). Sum of RGB (Red+Green+Blue) = 186+139+238=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BEE is #457411. Grayscale: #A3A3A3. Windows color (decimal): -4551698 or 15633338. OLE color: 15633338.

HSL color Cylindrical-coordinate representation of color #BA8BEE: hue angle of 268.48º degrees, saturation: 0.74, 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 #BA8BEE is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 139 238 -
CMYK 0.22 0.42 0 0.07
HSL 268.48º 0.74% 0.74% -
HSV(B) 268.48º 0.42% 0.93% -
XYZ 44.91 35.08 85.29 -
YUV 164.34 169.57 143.45 -
System Red Green Blue C M Y K H S L
Decimal 186 139 238 0.22 0.42 0 0.07 268.48 0.74 0.74
Hex BA 8B EE 16 2A 0 7 10C 4A 4A
Octal 272 213 356 26 52 0 7 414 112 112
Binary 10111010 10001011 11101110 10110 101010 0 111 100001100 1001010 1001010

Color Harmonies of #BA8BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BEE

Black with #BA8BEE

Text Example


Text Example

White with #BA8BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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