#BA8DDD

Color #BA8DDD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #BA8DDD

Tints of Biloba Flower #BA8DDD

Color information

#BA8DDD (or 0xBA8DDD) is unknown color: approx 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

RGB186141221-
CMYK0.160.3600.13
HSL273.75º54.05%70.98%-
HSV(B)273.75º36.2%86.67%-
XYZ42.8334.7172.85-
YUV163.57160.41144-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861412210.160.3600.13273.7554.0570.98
HexBA8DDD10240D1123647
Octal272215335204401542266107
Binary10111010100011011101110110000100100011011000100101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>