#B49EB9

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

Shades of Chatelle #B49EB9

Tints of Chatelle #B49EB9

Color information

#B49EB9 (or 0xB49EB9) is unknown color: approx Chatelle. HEX triplet: B4, 9E and B9. RGB value is (180,158,185). Sum of RGB (Red+Green+Blue) = 180+158+185=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 185 - color contains mainly: blue. Hex color #B49EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EB9 is #4B6146. Grayscale: #A7A7A7. Windows color (decimal): -4940103 or 12164788. OLE color: 12164788.

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

Color convert

RGB180158185-
CMYK0.030.1500.27
HSL288.89º16.17%67.25%-
HSV(B)288.89º14.59%72.55%-
XYZ39.8137.6651.07-
YUV167.66137.79136.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=34.42%
G=30.21%
B=35.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801581850.030.1500.27288.8916.1767.25
HexB49EB93F01B1211043
Octal26423627131703344120103
Binary101101001001111010111001111111011011100100001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EB9; }

 p { color: rgb(180,158,185); }

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

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

 a { background-color: rgb(180,158,185); }

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

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

 span { border-color: rgb(180,158,185); }

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