Html Css Color HEX #BAA0EC Perfume

📋 copy color: '#BAA0EC'

red 186 ◦ green 160 ◦ blue 236

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

Shades of Perfume #BAA0EC

Tints of Perfume #BAA0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.49%

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

R = 31.96%
G = 27.49%
B = 40.55%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAA0EC (or 0xBAA0EC) is known color: Perfume. HEX triplet: BA, A0 and EC. RGB value is (186,160,236). Sum of RGB (Red+Green+Blue) = 186+160+236=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAA0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA0EC is #455F13. Grayscale: #B0B0B0. Windows color (decimal): -4546324 or 15507642. OLE color: 15507642.

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

Color convert

RGB 186 160 236 -
CMYK 0.21 0.32 0 0.07
HSL 260.53º 0.67% 0.78% -
HSV(B) 260.53º 0.32% 0.93% -
XYZ 47.96 41.64 84.87 -
YUV 176.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 186 160 236 0.21 0.32 0 0.07 260.53 0.67 0.78
Hex BA A0 EC 15 20 0 7 105 43 4E
Octal 272 240 354 25 40 0 7 405 103 116
Binary 10111010 10100000 11101100 10101 100000 0 111 100000101 1000011 1001110

Color Harmonies of #BAA0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA0EC

Black with #BAA0EC

Text Example


Text Example

White with #BAA0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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