#B29CBA

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

Shades of Chatelle #B29CBA

Tints of Chatelle #B29CBA

Color information

#B29CBA (or 0xB29CBA) is unknown color: approx Chatelle. HEX triplet: B2, 9C and BA. RGB value is (178,156,186). Sum of RGB (Red+Green+Blue) = 178+156+186=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 156 (61.33% from 255 or 30% 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 #B29CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CBA is #4D6345. Grayscale: #A5A5A5. Windows color (decimal): -5071686 or 12229810. OLE color: 12229810.

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

Color convert

RGB178156186-
CMYK0.040.1600.27
HSL284º17.86%67.06%-
HSV(B)284º16.13%72.94%-
XYZ39.1136.7951.49-
YUV166139.29136.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.23%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=34.23%
G=30%
B=35.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781561860.040.1600.2728417.8667.06
HexB29CBA41001B11c1243
Octal26223427242003343422103
Binary10110010100111001011101010010000011011100011100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29CBA; }

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

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

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

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

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

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

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

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