#B29FB9

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

Shades of Chatelle #B29FB9

Tints of Chatelle #B29FB9

Color information

#B29FB9 (or 0xB29FB9) is unknown color: approx Chatelle. HEX triplet: B2, 9F and B9. RGB value is (178,159,185). Sum of RGB (Red+Green+Blue) = 178+159+185=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 185 - color contains mainly: blue. Hex color #B29FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FB9 is #4D6046. Grayscale: #A7A7A7. Windows color (decimal): -5070919 or 12165042. OLE color: 12165042.

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

Color convert

RGB178159185-
CMYK0.040.1400.27
HSL283.85º15.66%67.45%-
HSV(B)283.85º14.05%72.55%-
XYZ39.5237.7651.11-
YUV167.64137.79135.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=34.10%
G=30.46%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781591850.040.1400.27283.8515.6667.45
HexB29FB94E01B11c1043
Octal26223727141603343420103
Binary1011001010011111101110011001110011011100011100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FB9; }

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

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

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

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

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

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

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

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