Html Css Color HEX #BAA6D0 Perfume

📋 copy color: '#BAA6D0'

red 186 ◦ green 166 ◦ blue 208

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

Shades of Perfume #BAA6D0

Tints of Perfume #BAA6D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.14%

R = 33.21%
G = 29.64%
B = 37.14%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BAA6D0 (or 0xBAA6D0) is known color: Perfume. HEX triplet: BA, A6 and D0. RGB value is (186,166,208). Sum of RGB (Red+Green+Blue) = 186+166+208=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAA6D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6D0 is #45592F. Grayscale: #B0B0B0. Windows color (decimal): -4544816 or 13674170. OLE color: 13674170.

HSL color Cylindrical-coordinate representation of color #BAA6D0: hue angle of 268.57º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA6D0 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 166 208 -
CMYK 0.11 0.20 0 0.18
HSL 268.57º 0.31% 0.73% -
HSV(B) 268.57º 0.2% 0.82% -
XYZ 45.27 42.27 65.45 -
YUV 176.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 186 166 208 0.11 0.20 0 0.18 268.57 0.31 0.73
Hex BA A6 D0 B 14 0 12 10D 1F 49
Octal 272 246 320 13 24 0 22 415 37 111
Binary 10111010 10100110 11010000 1011 10100 0 10010 100001101 11111 1001001

Color Harmonies of #BAA6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6D0

Black with #BAA6D0

Text Example


Text Example

White with #BAA6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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