#B49FBD

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

Shades of Chatelle #B49FBD

Tints of Chatelle #B49FBD

Color information

#B49FBD (or 0xB49FBD) is unknown color: approx Chatelle. HEX triplet: B4, 9F and BD. RGB value is (180,159,189). Sum of RGB (Red+Green+Blue) = 180+159+189=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #B49FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FBD is #4B6042. Grayscale: #A8A8A8. Windows color (decimal): -4939843 or 12427188. OLE color: 12427188.

HSL color Cylindrical-coordinate representation of color #B49FBD: hue angle of 282º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B49FBD is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180159189-
CMYK0.050.1600.26
HSL282º18.52%68.24%-
HSV(B)282º15.87%74.12%-
XYZ40.4138.1753.38-
YUV168.7139.46136.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=34.09%
G=30.11%
B=35.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801591890.050.1600.2628218.5268.24
HexB49FBD51001A11a1344
Octal26423727552003243223104
Binary10110100100111111011110110110000011010100011010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FBD; }

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

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

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

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

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

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

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

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