Html Css Color HEX #BAA9CC Perfume

📋 copy color: '#BAA9CC'

red 186 ◦ green 169 ◦ blue 204

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

Shades of Perfume #BAA9CC

Tints of Perfume #BAA9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.23%

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 33.27%
G = 30.23%
B = 36.49%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BAA9CC (or 0xBAA9CC) is known color: Perfume. HEX triplet: BA, A9 and CC. RGB value is (186,169,204). Sum of RGB (Red+Green+Blue) = 186+169+204=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAA9CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA9CC is #455633. Grayscale: #B1B1B1. Windows color (decimal): -4544052 or 13412794. OLE color: 13412794.

HSL color Cylindrical-coordinate representation of color #BAA9CC: hue angle of 269.14º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA9CC is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 169 204 -
CMYK 0.09 0.17 0 0.2
HSL 269.14º 0.26% 0.73% -
HSV(B) 269.14º 0.17% 0.8% -
XYZ 45.34 43.17 63.07 -
YUV 178.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 186 169 204 0.09 0.17 0 0.2 269.14 0.26 0.73
Hex BA A9 CC 9 11 0 14 10D 1A 49
Octal 272 251 314 11 21 0 24 415 32 111
Binary 10111010 10101001 11001100 1001 10001 0 10100 100001101 11010 1001001

Color Harmonies of #BAA9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9CC

Black with #BAA9CC

Text Example


Text Example

White with #BAA9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9CC; }

 p { color: rgb(186,169,204); }

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

background-color css

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

 a { background-color: rgb(186,169,204); }

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

border-color css

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

 span { border-color: rgb(186,169,204); }

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