#BA8DEE

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

Shades of Biloba Flower #BA8DEE

Tints of Biloba Flower #BA8DEE

Color information

#BA8DEE (or 0xBA8DEE) is unknown color: approx Biloba Flower. HEX triplet: BA, 8D and EE. RGB value is (186,141,238). Sum of RGB (Red+Green+Blue) = 186+141+238=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA8DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8DEE is #457211. Grayscale: #A5A5A5. Windows color (decimal): -4551186 or 15633850. OLE color: 15633850.

HSL color Cylindrical-coordinate representation of color #BA8DEE: hue angle of 267.84º degrees, saturation: 0.74, 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 #BA8DEE is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186141238-
CMYK0.220.4100.07
HSL267.84º74.05%74.31%-
HSV(B)267.84º40.76%93.33%-
XYZ45.2135.6685.39-
YUV165.51168.91142.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 141 (55.47% from 255) = 24.96%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=32.92%
G=24.96%
B=42.12%

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
Decimal1861412380.220.4100.07267.8474.0574.31
HexBA8DEE16290710c4a4a
Octal272215356265107414112112
Binary10111010100011011110111010110101001011110000110010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8DEE; }

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

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

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

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

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

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

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

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