#B49FBA

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

Shades of Chatelle #B49FBA

Tints of Chatelle #B49FBA

Color information

#B49FBA (or 0xB49FBA) is unknown color: approx Chatelle. HEX triplet: B4, 9F and BA. RGB value is (180,159,186). Sum of RGB (Red+Green+Blue) = 180+159+186=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #B49FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FBA is #4B6045. Grayscale: #A8A8A8. Windows color (decimal): -4939846 or 12230580. OLE color: 12230580.

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

Color convert

RGB180159186-
CMYK0.030.1500.27
HSL286.67º16.36%67.65%-
HSV(B)286.67º14.52%72.94%-
XYZ40.0838.0451.69-
YUV168.36137.96136.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=34.29%
G=30.29%
B=35.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801591860.030.1500.27286.6716.3667.65
HexB49FBA3F01B11f1044
Octal26423727231703343720104
Binary101101001001111110111010111111011011100011111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49FBA; }

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

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

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

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

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

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

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

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