#BA8DEA

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

Shades of Biloba Flower #BA8DEA

Tints of Biloba Flower #BA8DEA

Color information

#BA8DEA (or 0xBA8DEA) is unknown color: approx Biloba Flower. HEX triplet: BA, 8D and EA. RGB value is (186,141,234). Sum of RGB (Red+Green+Blue) = 186+141+234=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA8DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8DEA is #457215. Grayscale: #A4A4A4. Windows color (decimal): -4551190 or 15371706. OLE color: 15371706.

HSL color Cylindrical-coordinate representation of color #BA8DEA: hue angle of 269.03º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8DEA is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186141234-
CMYK0.210.4000.08
HSL269.03º68.89%73.53%-
HSV(B)269.03º39.74%91.76%-
XYZ44.6335.4382.33-
YUV165.06166.91142.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 141 (55.47% from 255) = 25.13%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=33.16%
G=25.13%
B=41.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861412340.210.4000.08269.0368.8973.53
HexBA8DEA15280810d454a
Octal2722153522550010415105112
Binary101110101000110111101010101011010000100010000110110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DEA; }

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

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

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

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

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

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

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

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