Html Css Color HEX #BAA5DF Perfume

📋 copy color: '#BAA5DF'

red 186 ◦ green 165 ◦ blue 223

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

Shades of Perfume #BAA5DF

Tints of Perfume #BAA5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 32.4%
G = 28.75%
B = 38.85%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAA5DF (or 0xBAA5DF) is known color: Perfume. HEX triplet: BA, A5 and DF. RGB value is (186,165,223). Sum of RGB (Red+Green+Blue) = 186+165+223=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAA5DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5DF is #455A20. Grayscale: #B1B1B1. Windows color (decimal): -4545057 or 14656954. OLE color: 14656954.

HSL color Cylindrical-coordinate representation of color #BAA5DF: hue angle of 261.72º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAA5DF is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 165 223 -
CMYK 0.17 0.26 0 0.13
HSL 261.72º 0.48% 0.76% -
HSV(B) 261.72º 0.26% 0.87% -
XYZ 47.02 42.68 75.57 -
YUV 177.89 153.46 133.78 -
System Red Green Blue C M Y K H S L
Decimal 186 165 223 0.17 0.26 0 0.13 261.72 0.48 0.76
Hex BA A5 DF 11 1A 0 D 106 30 4C
Octal 272 245 337 21 32 0 15 406 60 114
Binary 10111010 10100101 11011111 10001 11010 0 1101 100000110 110000 1001100

Color Harmonies of #BAA5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5DF

Black with #BAA5DF

Text Example


Text Example

White with #BAA5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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