#BA95DC

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

Shades of Biloba Flower #BA95DC

Tints of Biloba Flower #BA95DC

Color information

#BA95DC (or 0xBA95DC) is unknown color: approx Biloba Flower. HEX triplet: BA, 95 and DC. RGB value is (186,149,220). Sum of RGB (Red+Green+Blue) = 186+149+220=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95DC is #456A23. Grayscale: #A7A7A7. Windows color (decimal): -4549156 or 14456250. OLE color: 14456250.

HSL color Cylindrical-coordinate representation of color #BA95DC: hue angle of 271.27º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA95DC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186149220-
CMYK0.150.3200.14
HSL271.27º50.35%72.35%-
HSV(B)271.27º32.27%86.27%-
XYZ43.9237.172.56-
YUV168.16157.26140.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 149 (58.59% from 255) = 26.85%
BLUE value IS 220 (86.33% from 255) = 39.64%
R=33.51%
G=26.85%
B=39.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861492200.150.3200.14271.2750.3572.35
HexBA95DCF200E10f3248
Octal272225334174001641762110
Binary1011101010010101110111001111100000011101000011111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95DC; }

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

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

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

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

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

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

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

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