Html Css Color HEX #BAA5DC Perfume

📋 copy color: '#BAA5DC'

red 186 ◦ green 165 ◦ blue 220

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

Shades of Perfume #BAA5DC

Tints of Perfume #BAA5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 32.57%
G = 28.9%
B = 38.53%

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

#BAA5DC (or 0xBAA5DC) is known color: Perfume. HEX triplet: BA, A5 and DC. RGB value is (186,165,220). Sum of RGB (Red+Green+Blue) = 186+165+220=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5DC is #455A23. Grayscale: #B1B1B1. Windows color (decimal): -4545060 or 14460346. OLE color: 14460346.

HSL color Cylindrical-coordinate representation of color #BAA5DC: hue angle of 262.91º degrees, saturation: 0.44, 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 #BAA5DC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 165 220 -
CMYK 0.15 0.25 0 0.14
HSL 262.91º 0.44% 0.75% -
HSV(B) 262.91º 0.25% 0.86% -
XYZ 46.62 42.52 73.46 -
YUV 177.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 186 165 220 0.15 0.25 0 0.14 262.91 0.44 0.75
Hex BA A5 DC F 19 0 E 107 2C 4B
Octal 272 245 334 17 31 0 16 407 54 113
Binary 10111010 10100101 11011100 1111 11001 0 1110 100000111 101100 1001011

Color Harmonies of #BAA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5DC

Black with #BAA5DC

Text Example


Text Example

White with #BAA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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