Html Css Color HEX #BA8EEF Biloba Flower

📋 copy color: '#BA8EEF'

red 186 ◦ green 142 ◦ blue 239

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

Shades of Biloba Flower #BA8EEF

Tints of Biloba Flower #BA8EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.04%

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 32.8%
G = 25.04%
B = 42.15%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA8EEF (or 0xBA8EEF) is known color: Biloba Flower. HEX triplet: BA, 8E and EF. RGB value is (186,142,239). Sum of RGB (Red+Green+Blue) = 186+142+239=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA8EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8EEF is #457110. Grayscale: #A5A5A5. Windows color (decimal): -4550929 or 15699642. OLE color: 15699642.

HSL color Cylindrical-coordinate representation of color #BA8EEF: hue angle of 267.22º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA8EEF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 142 239 -
CMYK 0.22 0.41 0 0.06
HSL 267.22º 0.75% 0.75% -
HSV(B) 267.22º 0.41% 0.94% -
XYZ 45.5 36.02 86.22 -
YUV 166.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 186 142 239 0.22 0.41 0 0.06 267.22 0.75 0.75
Hex BA 8E EF 16 29 0 6 10B 4B 4B
Octal 272 216 357 26 51 0 6 413 113 113
Binary 10111010 10001110 11101111 10110 101001 0 110 100001011 1001011 1001011

Color Harmonies of #BA8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EEF

Black with #BA8EEF

Text Example


Text Example

White with #BA8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EEF; }

 p { color: rgb(186,142,239); }

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

background-color css

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

 a { background-color: rgb(186,142,239); }

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

border-color css

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

 span { border-color: rgb(186,142,239); }

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