#B49FBB

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

Shades of Chatelle #B49FBB

Tints of Chatelle #B49FBB

Color information

#B49FBB (or 0xB49FBB) is unknown color: approx Chatelle. HEX triplet: B4, 9F and BB. RGB value is (180,159,187). Sum of RGB (Red+Green+Blue) = 180+159+187=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #B49FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FBB is #4B6044. Grayscale: #A8A8A8. Windows color (decimal): -4939845 or 12296116. OLE color: 12296116.

HSL color Cylindrical-coordinate representation of color #B49FBB: hue angle of 285º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B49FBB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180159187-
CMYK0.040.1500.27
HSL285º17.07%67.84%-
HSV(B)285º14.97%73.33%-
XYZ40.1938.0952.25-
YUV168.47138.46136.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=34.22%
G=30.23%
B=35.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801591870.040.1500.2728517.0767.84
HexB49FBB4F01B11d1144
Octal26423727341703343521104
Binary1011010010011111101110111001111011011100011101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FBB; }

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

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

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

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

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

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

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

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