#BA8FDB

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

Shades of Biloba Flower #BA8FDB

Tints of Biloba Flower #BA8FDB

Color information

#BA8FDB (or 0xBA8FDB) is unknown color: approx Biloba Flower. HEX triplet: BA, 8F and DB. RGB value is (186,143,219). Sum of RGB (Red+Green+Blue) = 186+143+219=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FDB is #457024. Grayscale: #A4A4A4. Windows color (decimal): -4550693 or 14389178. OLE color: 14389178.

HSL color Cylindrical-coordinate representation of color #BA8FDB: hue angle of 273.95º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA8FDB is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186143219-
CMYK0.150.3500.14
HSL273.95º51.35%70.98%-
HSV(B)273.95º34.7%85.88%-
XYZ42.8635.271.55-
YUV164.52158.75143.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=33.94%
G=26.09%
B=39.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861432190.150.3500.14273.9551.3570.98
HexBA8FDBF230E1123347
Octal272217333174301642263107
Binary1011101010001111110110111111100011011101000100101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8FDB; }

 p { color: rgb(186,143,219); }

 H1.HeaderClassName
 {
   color: #BA8FDB;
 }
 .AnyTagClassName
 {
   color: #BA8FDB;
 }
</style>
background-color css

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

 a { background-color: rgb(186,143,219); }

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

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

 span { border-color: rgb(186,143,219); }

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