Html Css Color HEX #BAA6D1 Perfume

📋 copy color: '#BAA6D1'

red 186 ◦ green 166 ◦ blue 209

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

Shades of Perfume #BAA6D1

Tints of Perfume #BAA6D1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.59%

 BLUE value IS 209 (82.03% from 255) = 37.25%

R = 33.16%
G = 29.59%
B = 37.25%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BAA6D1 (or 0xBAA6D1) is known color: Perfume. HEX triplet: BA, A6 and D1. RGB value is (186,166,209). Sum of RGB (Red+Green+Blue) = 186+166+209=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAA6D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6D1 is #45592E. Grayscale: #B0B0B0. Windows color (decimal): -4544815 or 13739706. OLE color: 13739706.

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

Color convert

RGB 186 166 209 -
CMYK 0.11 0.21 0 0.18
HSL 267.91º 0.32% 0.74% -
HSV(B) 267.91º 0.21% 0.82% -
XYZ 45.39 42.31 66.1 -
YUV 176.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 186 166 209 0.11 0.21 0 0.18 267.91 0.32 0.74
Hex BA A6 D1 B 15 0 12 10C 20 4A
Octal 272 246 321 13 25 0 22 414 40 112
Binary 10111010 10100110 11010001 1011 10101 0 10010 100001100 100000 1001010

Color Harmonies of #BAA6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6D1

Black with #BAA6D1

Text Example


Text Example

White with #BAA6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6D1; }

 p { color: rgb(186,166,209); }

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

background-color css

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

 a { background-color: rgb(186,166,209); }

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

border-color css

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

 span { border-color: rgb(186,166,209); }

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