Html Css Color HEX #BAA6C9 Perfume

📋 copy color: '#BAA6C9'

red 186 ◦ green 166 ◦ blue 201

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

Shades of Perfume #BAA6C9

Tints of Perfume #BAA6C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.35%

R = 33.63%
G = 30.02%
B = 36.35%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BAA6C9 (or 0xBAA6C9) is known color: Perfume. HEX triplet: BA, A6 and C9. RGB value is (186,166,201). Sum of RGB (Red+Green+Blue) = 186+166+201=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAA6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6C9 is #455936. Grayscale: #AFAFAF. Windows color (decimal): -4544823 or 13215418. OLE color: 13215418.

HSL color Cylindrical-coordinate representation of color #BAA6C9: hue angle of 274.29º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA6C9 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 166 201 -
CMYK 0.07 0.17 0 0.21
HSL 274.29º 0.24% 0.72% -
HSV(B) 274.29º 0.17% 0.79% -
XYZ 44.43 41.93 61.01 -
YUV 175.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 186 166 201 0.07 0.17 0 0.21 274.29 0.24 0.72
Hex BA A6 C9 7 11 0 15 112 18 48
Octal 272 246 311 7 21 0 25 422 30 110
Binary 10111010 10100110 11001001 111 10001 0 10101 100010010 11000 1001000

Color Harmonies of #BAA6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6C9

Black with #BAA6C9

Text Example


Text Example

White with #BAA6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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