#B49BBA

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

Shades of Chatelle #B49BBA

Tints of Chatelle #B49BBA

Color information

#B49BBA (or 0xB49BBA) is unknown color: approx Chatelle. HEX triplet: B4, 9B and BA. RGB value is (180,155,186). Sum of RGB (Red+Green+Blue) = 180+155+186=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #B49BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BBA is #4B6445. Grayscale: #A5A5A5. Windows color (decimal): -4940870 or 12229556. OLE color: 12229556.

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

Color convert

RGB180155186-
CMYK0.030.1700.27
HSL288.39º18.34%66.86%-
HSV(B)288.39º16.67%72.94%-
XYZ39.4136.6951.46-
YUV166.01139.28137.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=34.55%
G=29.75%
B=35.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801551860.030.1700.27288.3918.3466.86
HexB49BBA31101B1201243
Octal26423327232103344022103
Binary1011010010011011101110101110001011011100100000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49BBA; }

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

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

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

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

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

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

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

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