Html Css Color HEX #BAA7C9 Perfume

📋 copy color: '#BAA7C9'

red 186 ◦ green 167 ◦ blue 201

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

Shades of Perfume #BAA7C9

Tints of Perfume #BAA7C9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.14%

 BLUE value IS 201 (78.91% from 255) = 36.28%

R = 33.57%
G = 30.14%
B = 36.28%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BAA7C9 (or 0xBAA7C9) is known color: Perfume. HEX triplet: BA, A7 and C9. RGB value is (186,167,201). Sum of RGB (Red+Green+Blue) = 186+167+201=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 167 (65.62% from 255 or 30.14% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAA7C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7C9 is #455836. Grayscale: #B0B0B0. Windows color (decimal): -4544567 or 13215674. OLE color: 13215674.

HSL color Cylindrical-coordinate representation of color #BAA7C9: hue angle of 273.53º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAA7C9 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 167 201 -
CMYK 0.07 0.17 0 0.21
HSL 273.53º 0.24% 0.72% -
HSV(B) 273.53º 0.17% 0.79% -
XYZ 44.61 42.29 61.07 -
YUV 176.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 186 167 201 0.07 0.17 0 0.21 273.53 0.24 0.72
Hex BA A7 C9 7 11 0 15 112 18 48
Octal 272 247 311 7 21 0 25 422 30 110
Binary 10111010 10100111 11001001 111 10001 0 10101 100010010 11000 1001000

Color Harmonies of #BAA7C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA7C9

Black with #BAA7C9

Text Example


Text Example

White with #BAA7C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA7C9; }

 p { color: rgb(186,167,201); }

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

background-color css

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

 a { background-color: rgb(186,167,201); }

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

border-color css

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

 span { border-color: rgb(186,167,201); }

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