#B49FB9

Color #B49FB9 Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #B49FB9

Tints of Chatelle #B49FB9

Color information

#B49FB9 (or 0xB49FB9) is unknown color: approx Chatelle. HEX triplet: B4, 9F and B9. RGB value is (180,159,185). Sum of RGB (Red+Green+Blue) = 180+159+185=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 185 - color contains mainly: blue. Hex color #B49FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FB9 is #4B6046. Grayscale: #A8A8A8. Windows color (decimal): -4939847 or 12165044. OLE color: 12165044.

HSL color Cylindrical-coordinate representation of color #B49FB9: hue angle of 288.46º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B49FB9 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180159185-
CMYK0.030.1400.27
HSL288.46º15.66%67.45%-
HSV(B)288.46º14.05%72.55%-
XYZ39.983851.13-
YUV168.24137.46136.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=34.35%
G=30.34%
B=35.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801591850.030.1400.27288.4615.6667.45
HexB49FB93E01B1201043
Octal26423727131603344020103
Binary101101001001111110111001111110011011100100000100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FB9; }

 p { color: rgb(180,159,185); }

 H1.HeaderClassName
 {
   color: #B49FB9;
 }
 .AnyTagClassName
 {
   color: #B49FB9;
 }
</style>
background-color css

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

 a { background-color: rgb(180,159,185); }

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

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

 span { border-color: rgb(180,159,185); }

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