Html Css Color HEX #BAA4D8 Perfume

📋 copy color: '#BAA4D8'

red 186 ◦ green 164 ◦ blue 216

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

Shades of Perfume #BAA4D8

Tints of Perfume #BAA4D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.16%

R = 32.86%
G = 28.98%
B = 38.16%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAA4D8 (or 0xBAA4D8) is known color: Perfume. HEX triplet: BA, A4 and D8. RGB value is (186,164,216). Sum of RGB (Red+Green+Blue) = 186+164+216=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAA4D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA4D8 is #455B27. Grayscale: #B0B0B0. Windows color (decimal): -4545320 or 14197946. OLE color: 14197946.

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

Color convert

RGB 186 164 216 -
CMYK 0.14 0.24 0 0.15
HSL 265.38º 0.4% 0.75% -
HSV(B) 265.38º 0.24% 0.85% -
XYZ 45.92 41.95 70.64 -
YUV 176.51 150.29 134.77 -
System Red Green Blue C M Y K H S L
Decimal 186 164 216 0.14 0.24 0 0.15 265.38 0.4 0.75
Hex BA A4 D8 E 18 0 F 109 28 4B
Octal 272 244 330 16 30 0 17 411 50 113
Binary 10111010 10100100 11011000 1110 11000 0 1111 100001001 101000 1001011

Color Harmonies of #BAA4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA4D8

Black with #BAA4D8

Text Example


Text Example

White with #BAA4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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