Html Css Color HEX #BAA2EB Perfume

📋 copy color: '#BAA2EB'

red 186 ◦ green 162 ◦ blue 235

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

Shades of Perfume #BAA2EB

Tints of Perfume #BAA2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.31%

R = 31.9%
G = 27.79%
B = 40.31%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAA2EB (or 0xBAA2EB) is known color: Perfume. HEX triplet: BA, A2 and EB. RGB value is (186,162,235). Sum of RGB (Red+Green+Blue) = 186+162+235=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 162 (63.67% from 255 or 27.79% from 583); Blue value is 235 (92.19% from 255 or 40.31% from 583); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAA2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA2EB is #455D14. Grayscale: #B1B1B1. Windows color (decimal): -4545813 or 15442618. OLE color: 15442618.

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

Color convert

RGB 186 162 235 -
CMYK 0.21 0.31 0 0.08
HSL 259.73º 0.65% 0.78% -
HSV(B) 259.73º 0.31% 0.92% -
XYZ 48.17 42.28 84.22 -
YUV 177.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 186 162 235 0.21 0.31 0 0.08 259.73 0.65 0.78
Hex BA A2 EB 15 1F 0 8 104 41 4E
Octal 272 242 353 25 37 0 10 404 101 116
Binary 10111010 10100010 11101011 10101 11111 0 1000 100000100 1000001 1001110

Color Harmonies of #BAA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA2EB

Black with #BAA2EB

Text Example


Text Example

White with #BAA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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