#BA95E0

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

Shades of Biloba Flower #BA95E0

Tints of Biloba Flower #BA95E0

Color information

#BA95E0 (or 0xBA95E0) is unknown color: approx Biloba Flower. HEX triplet: BA, 95 and E0. RGB value is (186,149,224). Sum of RGB (Red+Green+Blue) = 186+149+224=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95E0 is #456A1F. Grayscale: #A8A8A8. Windows color (decimal): -4549152 or 14718394. OLE color: 14718394.

HSL color Cylindrical-coordinate representation of color #BA95E0: hue angle of 269.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA95E0 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186149224-
CMYK0.170.3300.12
HSL269.6º54.74%73.14%-
HSV(B)269.6º33.48%87.84%-
XYZ44.4537.3275.38-
YUV168.61159.26140.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=33.27%
G=26.65%
B=40.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861492240.170.3300.12269.654.7473.14
HexBA95E011210C10e3749
Octal272225340214101441667111
Binary10111010100101011110000010001100001011001000011101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95E0; }

 p { color: rgb(186,149,224); }

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

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

 a { background-color: rgb(186,149,224); }

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

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

 span { border-color: rgb(186,149,224); }

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