Html Css Color HEX #B9A6CD Perfume

📋 copy color: '#B9A6CD'

red 185 ◦ green 166 ◦ blue 205

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

Shades of Perfume #B9A6CD

Tints of Perfume #B9A6CD

RGB

 RED value IS 185 (72.66% from 255) = 33.27%

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

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

R = 33.27%
G = 29.86%
B = 36.87%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B9A6CD (or 0xB9A6CD) is known color: Perfume. HEX triplet: B9, A6 and CD. RGB value is (185,166,205). Sum of RGB (Red+Green+Blue) = 185+166+205=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9A6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A6CD is #465932. Grayscale: #AFAFAF. Windows color (decimal): -4610355 or 13477561. OLE color: 13477561.

HSL color Cylindrical-coordinate representation of color #B9A6CD: hue angle of 269.23º 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 #B9A6CD is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 166 205 -
CMYK 0.10 0.19 0 0.20
HSL 269.23º 0.28% 0.73% -
HSV(B) 269.23º 0.19% 0.8% -
XYZ 44.66 41.99 63.51 -
YUV 176.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 185 166 205 0.10 0.19 0 0.20 269.23 0.28 0.73
Hex B9 A6 CD A 13 0 14 10D 1C 49
Octal 271 246 315 12 23 0 24 415 34 111
Binary 10111001 10100110 11001101 1010 10011 0 10100 100001101 11100 1001001

Color Harmonies of #B9A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A6CD

Black with #B9A6CD

Text Example


Text Example

White with #B9A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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