#B49DC0

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

Shades of Chatelle #B49DC0

Tints of Chatelle #B49DC0

Color information

#B49DC0 (or 0xB49DC0) is unknown color: approx Chatelle. HEX triplet: B4, 9D and C0. RGB value is (180,157,192). Sum of RGB (Red+Green+Blue) = 180+157+192=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #B49DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DC0 is #4B623F. Grayscale: #A7A7A7. Windows color (decimal): -4940352 or 12623284. OLE color: 12623284.

HSL color Cylindrical-coordinate representation of color #B49DC0: hue angle of 279.43º degrees, saturation: 0.22, 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 #B49DC0 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180157192-
CMYK0.060.1800.25
HSL279.43º21.74%68.43%-
HSV(B)279.43º18.23%75.29%-
XYZ40.3937.6255-
YUV167.87141.62136.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 157 (61.72% from 255) = 29.68%
BLUE value IS 192 (75.39% from 255) = 36.29%
R=34.03%
G=29.68%
B=36.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801571920.060.1800.25279.4321.7468.43
HexB49DC06120191171644
Octal26423530062203142726104
Binary10110100100111011100000011010010011001100010111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49DC0; }

 p { color: rgb(180,157,192); }

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

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

 a { background-color: rgb(180,157,192); }

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

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

 span { border-color: rgb(180,157,192); }

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