#B29ABA

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

Shades of Chatelle #B29ABA

Tints of Chatelle #B29ABA

Color information

#B29ABA (or 0xB29ABA) is unknown color: approx Chatelle. HEX triplet: B2, 9A and BA. RGB value is (178,154,186). Sum of RGB (Red+Green+Blue) = 178+154+186=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #B29ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ABA is #4D6545. Grayscale: #A4A4A4. Windows color (decimal): -5072198 or 12229298. OLE color: 12229298.

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

Color convert

RGB178154186-
CMYK0.040.1700.27
HSL285º18.82%66.67%-
HSV(B)285º17.2%72.94%-
XYZ38.7836.1251.38-
YUV164.82139.95137.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=34.36%
G=29.73%
B=35.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781541860.040.1700.2728518.8266.67
HexB29ABA41101B11d1343
Octal26223227242103343523103
Binary10110010100110101011101010010001011011100011101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29ABA; }

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

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

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

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

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

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

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

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