#BA95DA

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

Shades of Biloba Flower #BA95DA

Tints of Biloba Flower #BA95DA

Color information

#BA95DA (or 0xBA95DA) is unknown color: approx Biloba Flower. HEX triplet: BA, 95 and DA. RGB value is (186,149,218). Sum of RGB (Red+Green+Blue) = 186+149+218=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA95DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95DA is #456A25. Grayscale: #A7A7A7. Windows color (decimal): -4549158 or 14325178. OLE color: 14325178.

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

Color convert

RGB186149218-
CMYK0.150.3200.15
HSL272.17º48.25%71.96%-
HSV(B)272.17º31.65%85.49%-
XYZ43.653771.17-
YUV167.93156.26140.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 149 (58.59% from 255) = 26.94%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=33.63%
G=26.94%
B=39.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861492180.150.3200.15272.1748.2571.96
HexBA95DAF200F1103048
Octal272225332174001742060110
Binary1011101010010101110110101111100000011111000100001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA95DA; }

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

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

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

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

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

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

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

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