Html Css Color HEX #BA8BDE Biloba Flower

📋 copy color: '#BA8BDE'

red 186 ◦ green 139 ◦ blue 222

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

Shades of Biloba Flower #BA8BDE

Tints of Biloba Flower #BA8BDE

RGB

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

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

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

R = 34%
G = 25.41%
B = 40.59%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA8BDE (or 0xBA8BDE) is known color: Biloba Flower. HEX triplet: BA, 8B and DE. RGB value is (186,139,222). Sum of RGB (Red+Green+Blue) = 186+139+222=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA8BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BDE is #457421. Grayscale: #A2A2A2. Windows color (decimal): -4551714 or 14584762. OLE color: 14584762.

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

Color convert

RGB 186 139 222 -
CMYK 0.16 0.37 0 0.13
HSL 273.98º 0.56% 0.71% -
HSV(B) 273.98º 0.37% 0.87% -
XYZ 42.67 34.18 73.46 -
YUV 162.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 186 139 222 0.16 0.37 0 0.13 273.98 0.56 0.71
Hex BA 8B DE 10 25 0 D 112 38 47
Octal 272 213 336 20 45 0 15 422 70 107
Binary 10111010 10001011 11011110 10000 100101 0 1101 100010010 111000 1000111

Color Harmonies of #BA8BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8BDE

Black with #BA8BDE

Text Example


Text Example

White with #BA8BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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