Html Css Color HEX #BAA4EF Perfume

📋 copy color: '#BAA4EF'

red 186 ◦ green 164 ◦ blue 239

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

Shades of Perfume #BAA4EF

Tints of Perfume #BAA4EF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.84%

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 31.58%
G = 27.84%
B = 40.58%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAA4EF (or 0xBAA4EF) is known color: Perfume. HEX triplet: BA, A4 and EF. RGB value is (186,164,239). Sum of RGB (Red+Green+Blue) = 186+164+239=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAA4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4EF is #455B10. Grayscale: #B2B2B2. Windows color (decimal): -4545297 or 15705274. OLE color: 15705274.

HSL color Cylindrical-coordinate representation of color #BAA4EF: hue angle of 257.6º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAA4EF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 164 239 -
CMYK 0.22 0.31 0 0.06
HSL 257.6º 0.7% 0.79% -
HSV(B) 257.6º 0.31% 0.94% -
XYZ 49.11 43.22 87.42 -
YUV 179.13 161.79 132.9 -
System Red Green Blue C M Y K H S L
Decimal 186 164 239 0.22 0.31 0 0.06 257.6 0.7 0.79
Hex BA A4 EF 16 1F 0 6 102 46 4F
Octal 272 244 357 26 37 0 6 402 106 117
Binary 10111010 10100100 11101111 10110 11111 0 110 100000010 1000110 1001111

Color Harmonies of #BAA4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA4EF

Black with #BAA4EF

Text Example


Text Example

White with #BAA4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA4EF; }

 p { color: rgb(186,164,239); }

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

background-color css

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

 a { background-color: rgb(186,164,239); }

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

border-color css

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

 span { border-color: rgb(186,164,239); }

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