Html Css Color HEX #BAA5D9 Perfume

📋 copy color: '#BAA5D9'

red 186 ◦ green 165 ◦ blue 217

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

Shades of Perfume #BAA5D9

Tints of Perfume #BAA5D9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.05%

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

R = 32.75%
G = 29.05%
B = 38.2%

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

#BAA5D9 (or 0xBAA5D9) is known color: Perfume. HEX triplet: BA, A5 and D9. RGB value is (186,165,217). Sum of RGB (Red+Green+Blue) = 186+165+217=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 217 - color contains mainly: blue. Hex color #BAA5D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5D9 is #455A26. Grayscale: #B1B1B1. Windows color (decimal): -4545063 or 14263738. OLE color: 14263738.

HSL color Cylindrical-coordinate representation of color #BAA5D9: hue angle of 264.23º 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 #BAA5D9 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 165 217 -
CMYK 0.14 0.24 0 0.15
HSL 264.23º 0.41% 0.75% -
HSV(B) 264.23º 0.24% 0.85% -
XYZ 46.23 42.36 71.39 -
YUV 177.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 186 165 217 0.14 0.24 0 0.15 264.23 0.41 0.75
Hex BA A5 D9 E 18 0 F 108 29 4B
Octal 272 245 331 16 30 0 17 410 51 113
Binary 10111010 10100101 11011001 1110 11000 0 1111 100001000 101001 1001011

Color Harmonies of #BAA5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5D9

Black with #BAA5D9

Text Example


Text Example

White with #BAA5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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