Html Css Color HEX #BAA2EC Perfume

📋 copy color: '#BAA2EC'

red 186 ◦ green 162 ◦ blue 236

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

Shades of Perfume #BAA2EC

Tints of Perfume #BAA2EC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.74%

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

R = 31.85%
G = 27.74%
B = 40.41%

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

#BAA2EC (or 0xBAA2EC) is known color: Perfume. HEX triplet: BA, A2 and EC. RGB value is (186,162,236). Sum of RGB (Red+Green+Blue) = 186+162+236=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA2EC is #455D13. Grayscale: #B1B1B1. Windows color (decimal): -4545812 or 15508154. OLE color: 15508154.

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

Color convert

RGB 186 162 236 -
CMYK 0.21 0.31 0 0.07
HSL 259.46º 0.66% 0.78% -
HSV(B) 259.46º 0.31% 0.93% -
XYZ 48.31 42.34 84.98 -
YUV 177.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 186 162 236 0.21 0.31 0 0.07 259.46 0.66 0.78
Hex BA A2 EC 15 1F 0 7 103 42 4E
Octal 272 242 354 25 37 0 7 403 102 116
Binary 10111010 10100010 11101100 10101 11111 0 111 100000011 1000010 1001110

Color Harmonies of #BAA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA2EC

Black with #BAA2EC

Text Example


Text Example

White with #BAA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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