Html Css Color HEX #BAA0F6 Perfume

📋 copy color: '#BAA0F6'

red 186 ◦ green 160 ◦ blue 246

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

Shades of Perfume #BAA0F6

Tints of Perfume #BAA0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.55%

R = 31.42%
G = 27.03%
B = 41.55%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAA0F6 (or 0xBAA0F6) is known color: Perfume. HEX triplet: BA, A0 and F6. RGB value is (186,160,246). Sum of RGB (Red+Green+Blue) = 186+160+246=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 160 (62.89% from 255 or 27.03% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAA0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA0F6 is #455F09. Grayscale: #B1B1B1. Windows color (decimal): -4546314 or 16163002. OLE color: 16163002.

HSL color Cylindrical-coordinate representation of color #BAA0F6: hue angle of 258.14º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAA0F6 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 160 246 -
CMYK 0.24 0.35 0 0.04
HSL 258.14º 0.83% 0.8% -
HSV(B) 258.14º 0.35% 0.96% -
XYZ 49.46 42.23 92.73 -
YUV 177.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 186 160 246 0.24 0.35 0 0.04 258.14 0.83 0.8
Hex BA A0 F6 18 23 0 4 102 53 50
Octal 272 240 366 30 43 0 4 402 123 120
Binary 10111010 10100000 11110110 11000 100011 0 100 100000010 1010011 1010000

Color Harmonies of #BAA0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA0F6

Black with #BAA0F6

Text Example


Text Example

White with #BAA0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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