#B49CBF

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

Shades of Chatelle #B49CBF

Tints of Chatelle #B49CBF

Color information

#B49CBF (or 0xB49CBF) is unknown color: approx Chatelle. HEX triplet: B4, 9C and BF. RGB value is (180,156,191). Sum of RGB (Red+Green+Blue) = 180+156+191=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #B49CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CBF is #4B6340. Grayscale: #A7A7A7. Windows color (decimal): -4940609 or 12557492. OLE color: 12557492.

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

Color convert

RGB180156191-
CMYK0.060.1800.25
HSL281.14º21.47%68.04%-
HSV(B)281.14º18.32%74.9%-
XYZ40.1137.2454.36-
YUV167.17141.45137.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 191 (75% from 255) = 36.24%
R=34.16%
G=29.60%
B=36.24%

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
Decimal1801561910.060.1800.25281.1421.4768.04
HexB49CBF6120191191544
Octal26423427762203143125104
Binary10110100100111001011111111010010011001100011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CBF; }

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

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

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

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

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

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

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

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