Html Css Color HEX #BAA5D2 Perfume

📋 copy color: '#BAA5D2'

red 186 ◦ green 165 ◦ blue 210

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

Shades of Perfume #BAA5D2

Tints of Perfume #BAA5D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.43%

R = 33.16%
G = 29.41%
B = 37.43%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BAA5D2 (or 0xBAA5D2) is known color: Perfume. HEX triplet: BA, A5 and D2. RGB value is (186,165,210). Sum of RGB (Red+Green+Blue) = 186+165+210=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #BAA5D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA5D2 is #455A2D. Grayscale: #B0B0B0. Windows color (decimal): -4545070 or 13804986. OLE color: 13804986.

HSL color Cylindrical-coordinate representation of color #BAA5D2: hue angle of 268º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAA5D2 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 165 210 -
CMYK 0.11 0.21 0 0.18
HSL 268º 0.33% 0.74% -
HSV(B) 268º 0.21% 0.82% -
XYZ 45.34 42 66.69 -
YUV 176.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 186 165 210 0.11 0.21 0 0.18 268 0.33 0.74
Hex BA A5 D2 B 15 0 12 10C 21 4A
Octal 272 245 322 13 25 0 22 414 41 112
Binary 10111010 10100101 11010010 1011 10101 0 10010 100001100 100001 1001010

Color Harmonies of #BAA5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA5D2

Black with #BAA5D2

Text Example


Text Example

White with #BAA5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA5D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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