Html Css Color HEX #BAA3D5 Perfume

📋 copy color: '#BAA3D5'

red 186 ◦ green 163 ◦ blue 213

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

Shades of Perfume #BAA3D5

Tints of Perfume #BAA3D5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29%

 BLUE value IS 213 (83.59% from 255) = 37.9%

R = 33.1%
G = 29%
B = 37.9%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BAA3D5 (or 0xBAA3D5) is known color: Perfume. HEX triplet: BA, A3 and D5. RGB value is (186,163,213). Sum of RGB (Red+Green+Blue) = 186+163+213=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAA3D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA3D5 is #455C2A. Grayscale: #AFAFAF. Windows color (decimal): -4545579 or 14001082. OLE color: 14001082.

HSL color Cylindrical-coordinate representation of color #BAA3D5: hue angle of 267.6º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAA3D5 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 163 213 -
CMYK 0.13 0.23 0 0.16
HSL 267.6º 0.37% 0.74% -
HSV(B) 267.6º 0.23% 0.84% -
XYZ 45.36 41.44 68.56 -
YUV 175.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 186 163 213 0.13 0.23 0 0.16 267.6 0.37 0.74
Hex BA A3 D5 D 17 0 10 10C 25 4A
Octal 272 243 325 15 27 0 20 414 45 112
Binary 10111010 10100011 11010101 1101 10111 0 10000 100001100 100101 1001010

Color Harmonies of #BAA3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA3D5

Black with #BAA3D5

Text Example


Text Example

White with #BAA3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA3D5; }

 p { color: rgb(186,163,213); }

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

background-color css

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

 a { background-color: rgb(186,163,213); }

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

border-color css

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

 span { border-color: rgb(186,163,213); }

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