Html Css Color HEX #BAA6DF Perfume

📋 copy color: '#BAA6DF'

red 186 ◦ green 166 ◦ blue 223

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

Shades of Perfume #BAA6DF

Tints of Perfume #BAA6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 32.35%
G = 28.87%
B = 38.78%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAA6DF (or 0xBAA6DF) is known color: Perfume. HEX triplet: BA, A6 and DF. RGB value is (186,166,223). Sum of RGB (Red+Green+Blue) = 186+166+223=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 166 (65.23% from 255 or 28.87% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6DF is #455920. Grayscale: #B2B2B2. Windows color (decimal): -4544801 or 14657210. OLE color: 14657210.

HSL color Cylindrical-coordinate representation of color #BAA6DF: hue angle of 261.05º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA6DF is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 166 223 -
CMYK 0.17 0.26 0 0.13
HSL 261.05º 0.47% 0.76% -
HSV(B) 261.05º 0.26% 0.87% -
XYZ 47.21 43.04 75.63 -
YUV 178.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 186 166 223 0.17 0.26 0 0.13 261.05 0.47 0.76
Hex BA A6 DF 11 1A 0 D 105 2F 4C
Octal 272 246 337 21 32 0 15 405 57 114
Binary 10111010 10100110 11011111 10001 11010 0 1101 100000101 101111 1001100

Color Harmonies of #BAA6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6DF

Black with #BAA6DF

Text Example


Text Example

White with #BAA6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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