#BA9DD0

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

Shades of Perfume #BA9DD0

Tints of Perfume #BA9DD0

Color information

#BA9DD0 (or 0xBA9DD0) is unknown color: approx Perfume. HEX triplet: BA, 9D and D0. RGB value is (186,157,208). Sum of RGB (Red+Green+Blue) = 186+157+208=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA9DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9DD0 is #45622F. Grayscale: #ABABAB. Windows color (decimal): -4547120 or 13671866. OLE color: 13671866.

HSL color Cylindrical-coordinate representation of color #BA9DD0: hue angle of 274.12º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BA9DD0 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186157208-
CMYK0.110.2500.18
HSL274.12º35.17%71.57%-
HSV(B)274.12º24.52%81.57%-
XYZ43.6939.1164.92-
YUV171.48148.61138.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.76%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=33.76%
G=28.49%
B=37.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861572080.110.2500.18274.1235.1771.57
HexBA9DD0B190121122348
Octal272235320133102242243110
Binary1011101010011101110100001011110010100101000100101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9DD0; }

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

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

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

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

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

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

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

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