Html Css Color HEX #BAA4D9 Perfume

📋 copy color: '#BAA4D9'

red 186 ◦ green 164 ◦ blue 217

#BAA4D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BAA4D9

Tints of Perfume #BAA4D9

RGB

 RED value IS 186 (73.05% from 255) = 32.8%

 GREEN value IS 164 (64.45% from 255) = 28.92%

 BLUE value IS 217 (85.16% from 255) = 38.27%

R = 32.8%
G = 28.92%
B = 38.27%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAA4D9 (or 0xBAA4D9) is known color: Perfume. HEX triplet: BA, A4 and D9. RGB value is (186,164,217). Sum of RGB (Red+Green+Blue) = 186+164+217=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAA4D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4D9 is #455B26. Grayscale: #B0B0B0. Windows color (decimal): -4545319 or 14263482. OLE color: 14263482.

HSL color Cylindrical-coordinate representation of color #BAA4D9: hue angle of 264.91º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAA4D9 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 164 217 -
CMYK 0.14 0.24 0 0.15
HSL 264.91º 0.41% 0.75% -
HSV(B) 264.91º 0.24% 0.85% -
XYZ 46.05 42 71.33 -
YUV 176.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 186 164 217 0.14 0.24 0 0.15 264.91 0.41 0.75
Hex BA A4 D9 E 18 0 F 109 29 4B
Octal 272 244 331 16 30 0 17 411 51 113
Binary 10111010 10100100 11011001 1110 11000 0 1111 100001001 101001 1001011

Color Harmonies of #BAA4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA4D9

Black with #BAA4D9

Text Example


Text Example

White with #BAA4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA4D9; }

 p { color: rgb(186,164,217); }

 H1.HeaderClassName
 {
   color: #BAA4D9;
 }
 .AnyTagClassName
 {
   color: #BAA4D9;
 }
</style>

background-color css

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

 a { background-color: rgb(186,164,217); }

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

border-color css

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

 span { border-color: rgb(186,164,217); }

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