#B49ABA

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

Shades of Chatelle #B49ABA

Tints of Chatelle #B49ABA

Color information

#B49ABA (or 0xB49ABA) is unknown color: approx Chatelle. HEX triplet: B4, 9A and BA. RGB value is (180,154,186). Sum of RGB (Red+Green+Blue) = 180+154+186=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B49ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ABA is #4B6545. Grayscale: #A5A5A5. Windows color (decimal): -4941126 or 12229300. OLE color: 12229300.

HSL color Cylindrical-coordinate representation of color #B49ABA: hue angle of 288.75º degrees, saturation: 0.19, 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 #B49ABA is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180154186-
CMYK0.030.1700.27
HSL288.75º18.82%66.67%-
HSV(B)288.75º17.2%72.94%-
XYZ39.2436.3651.4-
YUV165.42139.61138.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=34.62%
G=29.62%
B=35.77%

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
Decimal1801541860.030.1700.27288.7518.8266.67
HexB49ABA31101B1211343
Octal26423227232103344123103
Binary1011010010011010101110101110001011011100100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49ABA; }

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

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

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

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

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

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

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

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