#BA8DDE

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

Shades of Biloba Flower #BA8DDE

Tints of Biloba Flower #BA8DDE

Color information

#BA8DDE (or 0xBA8DDE) is unknown color: approx Biloba Flower. HEX triplet: BA, 8D and DE. RGB value is (186,141,222). Sum of RGB (Red+Green+Blue) = 186+141+222=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA8DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DDE is #457221. Grayscale: #A3A3A3. Windows color (decimal): -4551202 or 14585274. OLE color: 14585274.

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

Color convert

RGB186141222-
CMYK0.160.3600.13
HSL273.33º55.1%71.18%-
HSV(B)273.33º36.49%87.06%-
XYZ42.9634.7673.55-
YUV163.69160.91143.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=33.88%
G=25.68%
B=40.44%

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
Decimal1861412220.160.3600.13273.3355.171.18
HexBA8DDE10240D1113747
Octal272215336204401542167107
Binary10111010100011011101111010000100100011011000100011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DDE; }

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

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

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

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

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

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

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

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