#B49EBA

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

Shades of Chatelle #B49EBA

Tints of Chatelle #B49EBA

Color information

#B49EBA (or 0xB49EBA) is unknown color: approx Chatelle. HEX triplet: B4, 9E and BA. RGB value is (180,158,186). Sum of RGB (Red+Green+Blue) = 180+158+186=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #B49EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EBA is #4B6145. Grayscale: #A7A7A7. Windows color (decimal): -4940102 or 12230324. OLE color: 12230324.

HSL color Cylindrical-coordinate representation of color #B49EBA: hue angle of 287.14º degrees, saturation: 0.17, 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 #B49EBA is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180158186-
CMYK0.030.1500.27
HSL287.14º16.87%67.45%-
HSV(B)287.14º15.05%72.94%-
XYZ39.9137.751.63-
YUV167.77138.29136.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=34.35%
G=30.15%
B=35.50%

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
Decimal1801581860.030.1500.27287.1416.8767.45
HexB49EBA3F01B11f1143
Octal26423627231703343721103
Binary101101001001111010111010111111011011100011111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EBA; }

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

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

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

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

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

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

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

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