#B29FBB

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

Shades of Chatelle #B29FBB

Tints of Chatelle #B29FBB

Color information

#B29FBB (or 0xB29FBB) is unknown color: approx Chatelle. HEX triplet: B2, 9F and BB. RGB value is (178,159,187). Sum of RGB (Red+Green+Blue) = 178+159+187=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #B29FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FBB is #4D6044. Grayscale: #A7A7A7. Windows color (decimal): -5070917 or 12296114. OLE color: 12296114.

HSL color Cylindrical-coordinate representation of color #B29FBB: hue angle of 280.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B29FBB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178159187-
CMYK0.050.1500.27
HSL280.71º17.07%67.84%-
HSV(B)280.71º14.97%73.33%-
XYZ39.7337.8552.23-
YUV167.87138.79135.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.97%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=33.97%
G=30.34%
B=35.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781591870.050.1500.27280.7117.0767.84
HexB29FBB5F01B1191144
Octal26223727351703343121104
Binary1011001010011111101110111011111011011100011001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FBB; }

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

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

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

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

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

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

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

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