#B49FBC

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

Shades of Chatelle #B49FBC

Tints of Chatelle #B49FBC

Color information

#B49FBC (or 0xB49FBC) is unknown color: approx Chatelle. HEX triplet: B4, 9F and BC. RGB value is (180,159,188). Sum of RGB (Red+Green+Blue) = 180+159+188=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #B49FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FBC is #4B6043. Grayscale: #A8A8A8. Windows color (decimal): -4939844 or 12361652. OLE color: 12361652.

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

Color convert

RGB180159188-
CMYK0.040.1500.26
HSL283.45º17.79%68.04%-
HSV(B)283.45º15.43%73.73%-
XYZ40.338.1352.81-
YUV168.58138.96136.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=34.16%
G=30.17%
B=35.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801591880.040.1500.26283.4517.7968.04
HexB49FBC4F01A11b1244
Octal26423727441703243322104
Binary1011010010011111101111001001111011010100011011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FBC; }

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

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

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

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

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

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

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

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