Html Css Color HEX #BA8EE4 Biloba Flower

📋 copy color: '#BA8EE4'

red 186 ◦ green 142 ◦ blue 228

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

Shades of Biloba Flower #BA8EE4

Tints of Biloba Flower #BA8EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.01%

R = 33.45%
G = 25.54%
B = 41.01%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA8EE4 (or 0xBA8EE4) is known color: Biloba Flower. HEX triplet: BA, 8E and E4. RGB value is (186,142,228). Sum of RGB (Red+Green+Blue) = 186+142+228=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 228 (89.45% from 255 or 41.01% from 556); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA8EE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EE4 is #45711B. Grayscale: #A4A4A4. Windows color (decimal): -4550940 or 14978746. OLE color: 14978746.

HSL color Cylindrical-coordinate representation of color #BA8EE4: hue angle of 270.7º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA8EE4 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 142 228 -
CMYK 0.18 0.38 0 0.11
HSL 270.7º 0.61% 0.73% -
HSV(B) 270.7º 0.38% 0.89% -
XYZ 43.93 35.39 77.91 -
YUV 164.96 163.58 143.01 -
System Red Green Blue C M Y K H S L
Decimal 186 142 228 0.18 0.38 0 0.11 270.7 0.61 0.73
Hex BA 8E E4 12 26 0 B 10F 3D 49
Octal 272 216 344 22 46 0 13 417 75 111
Binary 10111010 10001110 11100100 10010 100110 0 1011 100001111 111101 1001001

Color Harmonies of #BA8EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EE4

Black with #BA8EE4

Text Example


Text Example

White with #BA8EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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