Html Css Color HEX #BAA3D9 Perfume

📋 copy color: '#BAA3D9'

red 186 ◦ green 163 ◦ blue 217

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

Shades of Perfume #BAA3D9

Tints of Perfume #BAA3D9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.8%

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

R = 32.86%
G = 28.8%
B = 38.34%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAA3D9 (or 0xBAA3D9) is known color: Perfume. HEX triplet: BA, A3 and D9. RGB value is (186,163,217). Sum of RGB (Red+Green+Blue) = 186+163+217=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAA3D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3D9 is #455C26. Grayscale: #AFAFAF. Windows color (decimal): -4545575 or 14263226. OLE color: 14263226.

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

Color convert

RGB 186 163 217 -
CMYK 0.14 0.25 0 0.15
HSL 265.56º 0.42% 0.75% -
HSV(B) 265.56º 0.25% 0.85% -
XYZ 45.87 41.64 71.27 -
YUV 176.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 186 163 217 0.14 0.25 0 0.15 265.56 0.42 0.75
Hex BA A3 D9 E 19 0 F 10A 2A 4B
Octal 272 243 331 16 31 0 17 412 52 113
Binary 10111010 10100011 11011001 1110 11001 0 1111 100001010 101010 1001011

Color Harmonies of #BAA3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA3D9

Black with #BAA3D9

Text Example


Text Example

White with #BAA3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA3D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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