Html Css Color HEX #BA86F9 Biloba Flower

📋 copy color: '#BA86F9'

red 186 ◦ green 134 ◦ blue 249

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

Shades of Biloba Flower #BA86F9

Tints of Biloba Flower #BA86F9

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.55%

 BLUE value IS 249 (97.66% from 255) = 43.76%

R = 32.69%
G = 23.55%
B = 43.76%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA86F9 (or 0xBA86F9) is known color: Biloba Flower. HEX triplet: BA, 86 and F9. RGB value is (186,134,249). Sum of RGB (Red+Green+Blue) = 186+134+249=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA86F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA86F9 is #457906. Grayscale: #A2A2A2. Windows color (decimal): -4552967 or 16352954. OLE color: 16352954.

HSL color Cylindrical-coordinate representation of color #BA86F9: hue angle of 267.13º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA86F9 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 134 249 -
CMYK 0.25 0.46 0 0.02
HSL 267.13º 0.91% 0.75% -
HSV(B) 267.13º 0.46% 0.98% -
XYZ 45.87 34.33 93.83 -
YUV 162.66 176.73 144.65 -
System Red Green Blue C M Y K H S L
Decimal 186 134 249 0.25 0.46 0 0.02 267.13 0.91 0.75
Hex BA 86 F9 19 2E 0 2 10B 5B 4B
Octal 272 206 371 31 56 0 2 413 133 113
Binary 10111010 10000110 11111001 11001 101110 0 10 100001011 1011011 1001011

Color Harmonies of #BA86F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA86F9

Black with #BA86F9

Text Example


Text Example

White with #BA86F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA86F9; }

 p { color: rgb(186,134,249); }

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

background-color css

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

 a { background-color: rgb(186,134,249); }

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

border-color css

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

 span { border-color: rgb(186,134,249); }

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