#BA8DE8

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

Shades of Biloba Flower #BA8DE8

Tints of Biloba Flower #BA8DE8

Color information

#BA8DE8 (or 0xBA8DE8) is unknown color: approx Biloba Flower. HEX triplet: BA, 8D and E8. RGB value is (186,141,232). Sum of RGB (Red+Green+Blue) = 186+141+232=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA8DE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8DE8 is #457217. Grayscale: #A4A4A4. Windows color (decimal): -4551192 or 15240634. OLE color: 15240634.

HSL color Cylindrical-coordinate representation of color #BA8DE8: hue angle of 269.67º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8DE8 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186141232-
CMYK0.200.3900.09
HSL269.67º66.42%73.14%-
HSV(B)269.67º39.22%90.98%-
XYZ44.3435.3280.82-
YUV164.83165.91143.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 141 (55.47% from 255) = 25.22%
BLUE value IS 232 (91.02% from 255) = 41.50%
R=33.27%
G=25.22%
B=41.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861412320.200.3900.09269.6766.4273.14
HexBA8DE814270910e4249
Octal2722153502447011416102111
Binary101110101000110111101000101001001110100110000111010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DE8; }

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

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

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

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

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

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

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

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