Html Css Color HEX #BAA6D4 Perfume

📋 copy color: '#BAA6D4'

red 186 ◦ green 166 ◦ blue 212

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

Shades of Perfume #BAA6D4

Tints of Perfume #BAA6D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.59%

R = 32.98%
G = 29.43%
B = 37.59%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BAA6D4 (or 0xBAA6D4) is known color: Perfume. HEX triplet: BA, A6 and D4. RGB value is (186,166,212). Sum of RGB (Red+Green+Blue) = 186+166+212=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAA6D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6D4 is #45592B. Grayscale: #B1B1B1. Windows color (decimal): -4544812 or 13936314. OLE color: 13936314.

HSL color Cylindrical-coordinate representation of color #BAA6D4: hue angle of 266.09º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAA6D4 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 166 212 -
CMYK 0.12 0.22 0 0.17
HSL 266.09º 0.35% 0.74% -
HSV(B) 266.09º 0.22% 0.83% -
XYZ 45.77 42.47 68.07 -
YUV 177.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 186 166 212 0.12 0.22 0 0.17 266.09 0.35 0.74
Hex BA A6 D4 C 16 0 11 10A 23 4A
Octal 272 246 324 14 26 0 21 412 43 112
Binary 10111010 10100110 11010100 1100 10110 0 10001 100001010 100011 1001010

Color Harmonies of #BAA6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6D4

Black with #BAA6D4

Text Example


Text Example

White with #BAA6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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