#BA8DDF

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

Shades of Biloba Flower #BA8DDF

Tints of Biloba Flower #BA8DDF

Color information

#BA8DDF (or 0xBA8DDF) is unknown color: approx Biloba Flower. HEX triplet: BA, 8D and DF. RGB value is (186,141,223). Sum of RGB (Red+Green+Blue) = 186+141+223=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA8DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8DDF is #457220. Grayscale: #A3A3A3. Windows color (decimal): -4551201 or 14650810. OLE color: 14650810.

HSL color Cylindrical-coordinate representation of color #BA8DDF: hue angle of 272.93º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA8DDF is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186141223-
CMYK0.170.3700.13
HSL272.93º56.16%71.37%-
HSV(B)272.93º36.77%87.45%-
XYZ43.0934.8274.26-
YUV163.8161.41143.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 223 (87.5% from 255) = 40.55%
R=33.82%
G=25.64%
B=40.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861412230.170.3700.13272.9356.1671.37
HexBA8DDF11250D1113847
Octal272215337214501542170107
Binary10111010100011011101111110001100101011011000100011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DDF; }

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

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

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

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

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

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

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

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