#ba8ded

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

Shades of Biloba Flower #BA8DED

Tints of Biloba Flower #BA8DED

Color information

#BA8DED (or 0xBA8DED) is unknown color: approx Biloba Flower. HEX triplet: BA, 8D and ED. RGB value is (186,141,237). Sum of RGB (Red+Green+Blue) = 186+141+237=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA8DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8DED is #457212. Grayscale: #A5A5A5. Windows color (decimal): -4551187 or 15568314. OLE color: 15568314.

HSL color Cylindrical-coordinate representation of color #BA8DED: hue angle of 268.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA8DED is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186141237-
CMYK0.220.4100.07
HSL268.12º72.73%74.12%-
HSV(B)268.12º40.51%92.94%-
XYZ45.0635.684.62-
YUV165.4168.41142.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=32.98%
G=25%
B=42.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861412370.220.4100.07268.1272.7374.12
HexBA8DED16290710c494a
Octal272215355265107414111112
Binary10111010100011011110110110110101001011110000110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba8ded

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba8ded; }

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

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

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

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

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

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

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

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