Html Css Color HEX #BAA6D8 Perfume

📋 copy color: '#BAA6D8'

red 186 ◦ green 166 ◦ blue 216

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

Shades of Perfume #BAA6D8

Tints of Perfume #BAA6D8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.23%

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

R = 32.75%
G = 29.23%
B = 38.03%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAA6D8 (or 0xBAA6D8) is known color: Perfume. HEX triplet: BA, A6 and D8. RGB value is (186,166,216). Sum of RGB (Red+Green+Blue) = 186+166+216=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #BAA6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6D8 is #455927. Grayscale: #B1B1B1. Windows color (decimal): -4544808 or 14198458. OLE color: 14198458.

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

Color convert

RGB 186 166 216 -
CMYK 0.14 0.23 0 0.15
HSL 264º 0.39% 0.75% -
HSV(B) 264º 0.23% 0.85% -
XYZ 46.28 42.67 70.76 -
YUV 177.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 186 166 216 0.14 0.23 0 0.15 264 0.39 0.75
Hex BA A6 D8 E 17 0 F 108 27 4B
Octal 272 246 330 16 27 0 17 410 47 113
Binary 10111010 10100110 11011000 1110 10111 0 1111 100001000 100111 1001011

Color Harmonies of #BAA6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6D8

Black with #BAA6D8

Text Example


Text Example

White with #BAA6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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