#BA9DD5

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

Shades of Perfume #BA9DD5

Tints of Perfume #BA9DD5

Color information

#BA9DD5 (or 0xBA9DD5) is unknown color: approx Perfume. HEX triplet: BA, 9D and D5. RGB value is (186,157,213). Sum of RGB (Red+Green+Blue) = 186+157+213=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA9DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DD5 is #45622A. Grayscale: #ABABAB. Windows color (decimal): -4547115 or 13999546. OLE color: 13999546.

HSL color Cylindrical-coordinate representation of color #BA9DD5: hue angle of 271.07º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA9DD5 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186157213-
CMYK0.130.2600.16
HSL271.07º40%72.55%-
HSV(B)271.07º26.29%83.53%-
XYZ44.3239.3668.21-
YUV172.06151.11137.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 157 (61.72% from 255) = 28.24%
BLUE value IS 213 (83.59% from 255) = 38.31%
R=33.45%
G=28.24%
B=38.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861572130.130.2600.16271.074072.55
HexBA9DD5D1A01010f2849
Octal272235325153202041750111
Binary1011101010011101110101011101110100100001000011111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DD5; }

 p { color: rgb(186,157,213); }

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

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

 a { background-color: rgb(186,157,213); }

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

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

 span { border-color: rgb(186,157,213); }

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