#B49ABE

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

Shades of Chatelle #B49ABE

Tints of Chatelle #B49ABE

Color information

#B49ABE (or 0xB49ABE) is unknown color: approx Chatelle. HEX triplet: B4, 9A and BE. RGB value is (180,154,190). Sum of RGB (Red+Green+Blue) = 180+154+190=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #B49ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ABE is #4B6541. Grayscale: #A5A5A5. Windows color (decimal): -4941122 or 12491444. OLE color: 12491444.

HSL color Cylindrical-coordinate representation of color #B49ABE: hue angle of 283.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B49ABE is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180154190-
CMYK0.050.1900.25
HSL283.33º21.69%67.45%-
HSV(B)283.33º18.95%74.51%-
XYZ39.6736.5353.68-
YUV165.88141.61138.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 154 (60.55% from 255) = 29.39%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=34.35%
G=29.39%
B=36.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801541900.050.1900.25283.3321.6967.45
HexB49ABE51301911b1643
Octal26423227652303143326103
Binary10110100100110101011111010110011011001100011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49ABE; }

 p { color: rgb(180,154,190); }

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

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

 a { background-color: rgb(180,154,190); }

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

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

 span { border-color: rgb(180,154,190); }

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