#B49FC1

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

Shades of Chatelle #B49FC1

Tints of Chatelle #B49FC1

Color information

#B49FC1 (or 0xB49FC1) is unknown color: approx Chatelle. HEX triplet: B4, 9F and C1. RGB value is (180,159,193). Sum of RGB (Red+Green+Blue) = 180+159+193=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #B49FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FC1 is #4B603E. Grayscale: #A9A9A9. Windows color (decimal): -4939839 or 12689332. OLE color: 12689332.

HSL color Cylindrical-coordinate representation of color #B49FC1: hue angle of 277.06º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B49FC1 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180159193-
CMYK0.070.1800.24
HSL277.06º21.52%69.02%-
HSV(B)277.06º17.62%75.69%-
XYZ40.8538.3555.7-
YUV169.16141.46135.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.83%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=33.83%
G=29.89%
B=36.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801591930.070.1800.24277.0621.5269.02
HexB49FC17120181151645
Octal26423730172203042526105
Binary10110100100111111100000111110010011000100010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FC1; }

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

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

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

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

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

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

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

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