Html Css Color HEX #BA8DDD Biloba Flower

📋 copy color: '#BA8DDD'

red 186 ◦ green 141 ◦ blue 221

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

Shades of Biloba Flower #BA8DDD

Tints of Biloba Flower #BA8DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.73%

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 33.94%
G = 25.73%
B = 40.33%

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

#BA8DDD (or 0xBA8DDD) is known color: Biloba Flower. HEX triplet: BA, 8D and DD. RGB value is (186,141,221). Sum of RGB (Red+Green+Blue) = 186+141+221=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA8DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DDD is #457222. Grayscale: #A3A3A3. Windows color (decimal): -4551203 or 14519738. OLE color: 14519738.

HSL color Cylindrical-coordinate representation of color #BA8DDD: hue angle of 273.75º degrees, saturation: 0.54, 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 #BA8DDD is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 141 221 -
CMYK 0.16 0.36 0 0.13
HSL 273.75º 0.54% 0.71% -
HSV(B) 273.75º 0.36% 0.87% -
XYZ 42.83 34.71 72.85 -
YUV 163.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 186 141 221 0.16 0.36 0 0.13 273.75 0.54 0.71
Hex BA 8D DD 10 24 0 D 112 36 47
Octal 272 215 335 20 44 0 15 422 66 107
Binary 10111010 10001101 11011101 10000 100100 0 1101 100010010 110110 1000111

Color Harmonies of #BA8DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8DDD

Black with #BA8DDD

Text Example


Text Example

White with #BA8DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8DDD; }

 p { color: rgb(186,141,221); }

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

background-color css

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

 a { background-color: rgb(186,141,221); }

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

border-color css

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

 span { border-color: rgb(186,141,221); }

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