Html Css Color HEX #BAA6DC Perfume

📋 copy color: '#BAA6DC'

red 186 ◦ green 166 ◦ blue 220

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

Shades of Perfume #BAA6DC

Tints of Perfume #BAA6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 32.52%
G = 29.02%
B = 38.46%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAA6DC (or 0xBAA6DC) is known color: Perfume. HEX triplet: BA, A6 and DC. RGB value is (186,166,220). Sum of RGB (Red+Green+Blue) = 186+166+220=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6DC is #455923. Grayscale: #B1B1B1. Windows color (decimal): -4544804 or 14460602. OLE color: 14460602.

HSL color Cylindrical-coordinate representation of color #BAA6DC: hue angle of 262.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAA6DC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 166 220 -
CMYK 0.15 0.25 0 0.14
HSL 262.22º 0.44% 0.76% -
HSV(B) 262.22º 0.25% 0.86% -
XYZ 46.8 42.88 73.52 -
YUV 178.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 186 166 220 0.15 0.25 0 0.14 262.22 0.44 0.76
Hex BA A6 DC F 19 0 E 106 2C 4C
Octal 272 246 334 17 31 0 16 406 54 114
Binary 10111010 10100110 11011100 1111 11001 0 1110 100000110 101100 1001100

Color Harmonies of #BAA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6DC

Black with #BAA6DC

Text Example


Text Example

White with #BAA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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