Html Css Color HEX #BAA3EC Perfume

📋 copy color: '#BAA3EC'

red 186 ◦ green 163 ◦ blue 236

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

Shades of Perfume #BAA3EC

Tints of Perfume #BAA3EC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.86%

 BLUE value IS 236 (92.58% from 255) = 40.34%

R = 31.79%
G = 27.86%
B = 40.34%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAA3EC (or 0xBAA3EC) is known color: Perfume. HEX triplet: BA, A3 and EC. RGB value is (186,163,236). Sum of RGB (Red+Green+Blue) = 186+163+236=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 163 (64.06% from 255 or 27.86% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAA3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA3EC is #455C13. Grayscale: #B1B1B1. Windows color (decimal): -4545556 or 15508410. OLE color: 15508410.

HSL color Cylindrical-coordinate representation of color #BAA3EC: hue angle of 258.9º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAA3EC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 163 236 -
CMYK 0.21 0.31 0 0.07
HSL 258.9º 0.66% 0.78% -
HSV(B) 258.9º 0.31% 0.93% -
XYZ 48.49 42.69 85.04 -
YUV 178.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 186 163 236 0.21 0.31 0 0.07 258.9 0.66 0.78
Hex BA A3 EC 15 1F 0 7 103 42 4E
Octal 272 243 354 25 37 0 7 403 102 116
Binary 10111010 10100011 11101100 10101 11111 0 111 100000011 1000010 1001110

Color Harmonies of #BAA3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA3EC

Black with #BAA3EC

Text Example


Text Example

White with #BAA3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA3EC; }

 p { color: rgb(186,163,236); }

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

background-color css

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

 a { background-color: rgb(186,163,236); }

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

border-color css

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

 span { border-color: rgb(186,163,236); }

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