Html Css Color HEX #BA8EDE Biloba Flower

📋 copy color: '#BA8EDE'

red 186 ◦ green 142 ◦ blue 222

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

Shades of Biloba Flower #BA8EDE

Tints of Biloba Flower #BA8EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.36%

R = 33.82%
G = 25.82%
B = 40.36%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA8EDE (or 0xBA8EDE) is known color: Biloba Flower. HEX triplet: BA, 8E and DE. RGB value is (186,142,222). Sum of RGB (Red+Green+Blue) = 186+142+222=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA8EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8EDE is #457121. Grayscale: #A4A4A4. Windows color (decimal): -4550946 or 14585530. OLE color: 14585530.

HSL color Cylindrical-coordinate representation of color #BA8EDE: hue angle of 273º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA8EDE is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 142 222 -
CMYK 0.16 0.36 0 0.13
HSL 273º 0.55% 0.71% -
HSV(B) 273º 0.36% 0.87% -
XYZ 43.11 35.06 73.6 -
YUV 164.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 186 142 222 0.16 0.36 0 0.13 273 0.55 0.71
Hex BA 8E DE 10 24 0 D 111 37 47
Octal 272 216 336 20 44 0 15 421 67 107
Binary 10111010 10001110 11011110 10000 100100 0 1101 100010001 110111 1000111

Color Harmonies of #BA8EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8EDE

Black with #BA8EDE

Text Example


Text Example

White with #BA8EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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