Html Css Color HEX #BAA5EC Perfume

📋 copy color: '#BAA5EC'

red 186 ◦ green 165 ◦ blue 236

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

Shades of Perfume #BAA5EC

Tints of Perfume #BAA5EC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.11%

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

R = 31.69%
G = 28.11%
B = 40.2%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAA5EC (or 0xBAA5EC) is known color: Perfume. HEX triplet: BA, A5 and EC. RGB value is (186,165,236). Sum of RGB (Red+Green+Blue) = 186+165+236=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAA5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA5EC is #455A13. Grayscale: #B3B3B3. Windows color (decimal): -4545044 or 15508922. OLE color: 15508922.

HSL color Cylindrical-coordinate representation of color #BAA5EC: hue angle of 257.75º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA5EC is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 165 236 -
CMYK 0.21 0.30 0 0.07
HSL 257.75º 0.65% 0.79% -
HSV(B) 257.75º 0.3% 0.93% -
XYZ 48.85 43.41 85.16 -
YUV 179.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 186 165 236 0.21 0.30 0 0.07 257.75 0.65 0.79
Hex BA A5 EC 15 1E 0 7 102 41 4F
Octal 272 245 354 25 36 0 7 402 101 117
Binary 10111010 10100101 11101100 10101 11110 0 111 100000010 1000001 1001111

Color Harmonies of #BAA5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5EC

Black with #BAA5EC

Text Example


Text Example

White with #BAA5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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