#B49EBC

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

Shades of Chatelle #B49EBC

Tints of Chatelle #B49EBC

Color information

#B49EBC (or 0xB49EBC) is unknown color: approx Chatelle. HEX triplet: B4, 9E and BC. RGB value is (180,158,188). Sum of RGB (Red+Green+Blue) = 180+158+188=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #B49EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EBC is #4B6143. Grayscale: #A7A7A7. Windows color (decimal): -4940100 or 12361396. OLE color: 12361396.

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

Color convert

RGB180158188-
CMYK0.040.1600.26
HSL284º18.29%67.84%-
HSV(B)284º15.96%73.73%-
XYZ40.1337.7952.76-
YUV168139.29136.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=34.22%
G=30.04%
B=35.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801581880.040.1600.2628418.2967.84
HexB49EBC41001A11c1244
Octal26423627442003243422104
Binary10110100100111101011110010010000011010100011100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49EBC; }

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

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

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

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

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

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

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

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