Html Css Color HEX #BAA4DB Perfume

📋 copy color: '#BAA4DB'

red 186 ◦ green 164 ◦ blue 219

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

Shades of Perfume #BAA4DB

Tints of Perfume #BAA4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 32.69%
G = 28.82%
B = 38.49%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BAA4DB (or 0xBAA4DB) is known color: Perfume. HEX triplet: BA, A4 and DB. RGB value is (186,164,219). Sum of RGB (Red+Green+Blue) = 186+164+219=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAA4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4DB is #455B24. Grayscale: #B0B0B0. Windows color (decimal): -4545317 or 14394554. OLE color: 14394554.

HSL color Cylindrical-coordinate representation of color #BAA4DB: hue angle of 264º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAA4DB is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 164 219 -
CMYK 0.15 0.25 0 0.14
HSL 264º 0.43% 0.75% -
HSV(B) 264º 0.25% 0.86% -
XYZ 46.31 42.1 72.7 -
YUV 176.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 186 164 219 0.15 0.25 0 0.14 264 0.43 0.75
Hex BA A4 DB F 19 0 E 108 2B 4B
Octal 272 244 333 17 31 0 16 410 53 113
Binary 10111010 10100100 11011011 1111 11001 0 1110 100001000 101011 1001011

Color Harmonies of #BAA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA4DB

Black with #BAA4DB

Text Example


Text Example

White with #BAA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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