#B29FBF

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

Shades of Chatelle #B29FBF

Tints of Chatelle #B29FBF

Color information

#B29FBF (or 0xB29FBF) is unknown color: approx Chatelle. HEX triplet: B2, 9F and BF. RGB value is (178,159,191). Sum of RGB (Red+Green+Blue) = 178+159+191=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #B29FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FBF is #4D6040. Grayscale: #A8A8A8. Windows color (decimal): -5070913 or 12558258. OLE color: 12558258.

HSL color Cylindrical-coordinate representation of color #B29FBF: hue angle of 275.62º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B29FBF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178159191-
CMYK0.070.1700.25
HSL275.62º20%68.63%-
HSV(B)275.62º16.75%74.9%-
XYZ40.1638.0254.51-
YUV168.33140.79134.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 191 (75% from 255) = 36.17%
R=33.71%
G=30.11%
B=36.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781591910.070.1700.25275.622068.63
HexB29FBF7110191141445
Octal26223727772103142424105
Binary10110010100111111011111111110001011001100010100101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FBF; }

 p { color: rgb(178,159,191); }

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

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

 a { background-color: rgb(178,159,191); }

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

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

 span { border-color: rgb(178,159,191); }

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