Html Css Color HEX #BAA6CD Perfume

📋 copy color: '#BAA6CD'

red 186 ◦ green 166 ◦ blue 205

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

Shades of Perfume #BAA6CD

Tints of Perfume #BAA6CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.8%

R = 33.39%
G = 29.8%
B = 36.8%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BAA6CD (or 0xBAA6CD) is known color: Perfume. HEX triplet: BA, A6 and CD. RGB value is (186,166,205). Sum of RGB (Red+Green+Blue) = 186+166+205=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #BAA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA6CD is #455932. Grayscale: #B0B0B0. Windows color (decimal): -4544819 or 13477562. OLE color: 13477562.

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

Color convert

RGB 186 166 205 -
CMYK 0.09 0.19 0 0.20
HSL 270.77º 0.28% 0.73% -
HSV(B) 270.77º 0.19% 0.8% -
XYZ 44.91 42.12 63.52 -
YUV 176.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 186 166 205 0.09 0.19 0 0.20 270.77 0.28 0.73
Hex BA A6 CD 9 13 0 14 10F 1C 49
Octal 272 246 315 11 23 0 24 417 34 111
Binary 10111010 10100110 11001101 1001 10011 0 10100 100001111 11100 1001001

Color Harmonies of #BAA6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6CD

Black with #BAA6CD

Text Example


Text Example

White with #BAA6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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