#B49CBA

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

Shades of Chatelle #B49CBA

Tints of Chatelle #B49CBA

Color information

#B49CBA (or 0xB49CBA) is unknown color: approx Chatelle. HEX triplet: B4, 9C and BA. RGB value is (180,156,186). Sum of RGB (Red+Green+Blue) = 180+156+186=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #B49CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CBA is #4B6345. Grayscale: #A6A6A6. Windows color (decimal): -4940614 or 12229812. OLE color: 12229812.

HSL color Cylindrical-coordinate representation of color #B49CBA: hue angle of 288º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B49CBA is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180156186-
CMYK0.030.1600.27
HSL288º17.86%67.06%-
HSV(B)288º16.13%72.94%-
XYZ39.5737.0351.52-
YUV166.6138.95137.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=34.48%
G=29.89%
B=35.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801561860.030.1600.2728817.8667.06
HexB49CBA31001B1201243
Octal26423427232003344022103
Binary1011010010011100101110101110000011011100100000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49CBA; }

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

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

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

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

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

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

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

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