#B49CBE

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

Shades of Chatelle #B49CBE

Tints of Chatelle #B49CBE

Color information

#B49CBE (or 0xB49CBE) is unknown color: approx Chatelle. HEX triplet: B4, 9C and BE. RGB value is (180,156,190). Sum of RGB (Red+Green+Blue) = 180+156+190=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #B49CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CBE is #4B6341. Grayscale: #A6A6A6. Windows color (decimal): -4940610 or 12491956. OLE color: 12491956.

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

Color convert

RGB180156190-
CMYK0.050.1800.25
HSL282.35º20.73%67.84%-
HSV(B)282.35º17.89%74.51%-
XYZ40.0137.253.79-
YUV167.05140.95137.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 156 (61.33% from 255) = 29.66%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=34.22%
G=29.66%
B=36.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801561900.050.1800.25282.3520.7367.84
HexB49CBE51201911a1544
Octal26423427652203143225104
Binary10110100100111001011111010110010011001100011010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CBE; }

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

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

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

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

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

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

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

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