#B29BBA

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

Shades of Chatelle #B29BBA

Tints of Chatelle #B29BBA

Color information

#B29BBA (or 0xB29BBA) is unknown color: approx Chatelle. HEX triplet: B2, 9B and BA. RGB value is (178,155,186). Sum of RGB (Red+Green+Blue) = 178+155+186=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #B29BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BBA is #4D6445. Grayscale: #A5A5A5. Windows color (decimal): -5071942 or 12229554. OLE color: 12229554.

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

Color convert

RGB178155186-
CMYK0.040.1700.27
HSL284.52º18.34%66.86%-
HSV(B)284.52º16.67%72.94%-
XYZ38.9436.4551.44-
YUV165.41139.62136.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.30%
GREEN value IS 155 (60.94% from 255) = 29.87%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=34.30%
G=29.87%
B=35.84%

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
Decimal1781551860.040.1700.27284.5218.3466.86
HexB29BBA41101B11d1243
Octal26223327242103343522103
Binary10110010100110111011101010010001011011100011101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BBA; }

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

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

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

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

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

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

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

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