#BA9DD4

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

Shades of Perfume #BA9DD4

Tints of Perfume #BA9DD4

Color information

#BA9DD4 (or 0xBA9DD4) is unknown color: approx Perfume. HEX triplet: BA, 9D and D4. RGB value is (186,157,212). Sum of RGB (Red+Green+Blue) = 186+157+212=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DD4 is #45622B. Grayscale: #ABABAB. Windows color (decimal): -4547116 or 13934010. OLE color: 13934010.

HSL color Cylindrical-coordinate representation of color #BA9DD4: hue angle of 271.64º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA9DD4 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186157212-
CMYK0.120.2600.17
HSL271.64º39.01%72.35%-
HSV(B)271.64º25.94%83.14%-
XYZ44.1939.3167.55-
YUV171.94150.61138.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 212 (83.20% from 255) = 38.20%
R=33.51%
G=28.29%
B=38.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861572120.120.2600.17271.6439.0172.35
HexBA9DD4C1A0111102748
Octal272235324143202142047110
Binary1011101010011101110101001100110100100011000100001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DD4; }

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

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

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

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

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

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

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

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