Html Css Color HEX #BAA4EC Perfume

📋 copy color: '#BAA4EC'

red 186 ◦ green 164 ◦ blue 236

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

Shades of Perfume #BAA4EC

Tints of Perfume #BAA4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.99%

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

R = 31.74%
G = 27.99%
B = 40.27%

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

#BAA4EC (or 0xBAA4EC) is known color: Perfume. HEX triplet: BA, A4 and EC. RGB value is (186,164,236). Sum of RGB (Red+Green+Blue) = 186+164+236=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4EC is #455B13. Grayscale: #B2B2B2. Windows color (decimal): -4545300 or 15508666. OLE color: 15508666.

HSL color Cylindrical-coordinate representation of color #BAA4EC: hue angle of 258.33º degrees, saturation: 0.65, 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 #BAA4EC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 164 236 -
CMYK 0.21 0.31 0 0.07
HSL 258.33º 0.65% 0.78% -
HSV(B) 258.33º 0.31% 0.93% -
XYZ 48.67 43.05 85.1 -
YUV 178.79 160.29 133.15 -
System Red Green Blue C M Y K H S L
Decimal 186 164 236 0.21 0.31 0 0.07 258.33 0.65 0.78
Hex BA A4 EC 15 1F 0 7 102 41 4E
Octal 272 244 354 25 37 0 7 402 101 116
Binary 10111010 10100100 11101100 10101 11111 0 111 100000010 1000001 1001110

Color Harmonies of #BAA4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA4EC

Black with #BAA4EC

Text Example


Text Example

White with #BAA4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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