Html Css Color HEX #BAA1E6 Perfume

📋 copy color: '#BAA1E6'

red 186 ◦ green 161 ◦ blue 230

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

Shades of Perfume #BAA1E6

Tints of Perfume #BAA1E6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.9%

 BLUE value IS 230 (90.23% from 255) = 39.86%

R = 32.24%
G = 27.9%
B = 39.86%

CMYK

 C value IS 0.19

 M value IS 0.3

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAA1E6 (or 0xBAA1E6) is known color: Perfume. HEX triplet: BA, A1 and E6. RGB value is (186,161,230). Sum of RGB (Red+Green+Blue) = 186+161+230=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAA1E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA1E6 is #455E19. Grayscale: #B0B0B0. Windows color (decimal): -4546074 or 15114682. OLE color: 15114682.

HSL color Cylindrical-coordinate representation of color #BAA1E6: hue angle of 261.74º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA1E6 is Cyan = 0.19, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 161 230 -
CMYK 0.19 0.3 0 0.10
HSL 261.74º 0.58% 0.77% -
HSV(B) 261.74º 0.3% 0.9% -
XYZ 47.28 41.64 80.41 -
YUV 176.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 186 161 230 0.19 0.3 0 0.10 261.74 0.58 0.77
Hex BA A1 E6 13 1E 0 A 106 3A 4D
Octal 272 241 346 23 36 0 12 406 72 115
Binary 10111010 10100001 11100110 10011 11110 0 1010 100000110 111010 1001101

Color Harmonies of #BAA1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA1E6

Black with #BAA1E6

Text Example


Text Example

White with #BAA1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA1E6; }

 p { color: rgb(186,161,230); }

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

background-color css

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

 a { background-color: rgb(186,161,230); }

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

border-color css

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

 span { border-color: rgb(186,161,230); }

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