#B29CBB

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

Shades of Chatelle #B29CBB

Tints of Chatelle #B29CBB

Color information

#B29CBB (or 0xB29CBB) is unknown color: approx Chatelle. HEX triplet: B2, 9C and BB. RGB value is (178,156,187). Sum of RGB (Red+Green+Blue) = 178+156+187=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #B29CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CBB is #4D6344. Grayscale: #A6A6A6. Windows color (decimal): -5071685 or 12295346. OLE color: 12295346.

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

Color convert

RGB178156187-
CMYK0.050.1700.27
HSL282.58º18.56%67.25%-
HSV(B)282.58º16.58%73.33%-
XYZ39.2236.8352.06-
YUV166.11139.79136.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.17%
GREEN value IS 156 (61.33% from 255) = 29.94%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=34.17%
G=29.94%
B=35.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781561870.050.1700.27282.5818.5667.25
HexB29CBB51101B11b1343
Octal26223427352103343323103
Binary10110010100111001011101110110001011011100011011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29CBB; }

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

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

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

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

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

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

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

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