#B29FBD

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

Shades of Chatelle #B29FBD

Tints of Chatelle #B29FBD

Color information

#B29FBD (or 0xB29FBD) is unknown color: approx Chatelle. HEX triplet: B2, 9F and BD. RGB value is (178,159,189). Sum of RGB (Red+Green+Blue) = 178+159+189=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #B29FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FBD is #4D6042. Grayscale: #A7A7A7. Windows color (decimal): -5070915 or 12427186. OLE color: 12427186.

HSL color Cylindrical-coordinate representation of color #B29FBD: hue angle of 278º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B29FBD is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178159189-
CMYK0.060.1600.26
HSL278º18.52%68.24%-
HSV(B)278º15.87%74.12%-
XYZ39.9437.9453.36-
YUV168.1139.79135.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=33.84%
G=30.23%
B=35.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781591890.060.1600.2627818.5268.24
HexB29FBD61001A1161344
Octal26223727562003242623104
Binary10110010100111111011110111010000011010100010110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FBD; }

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

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

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

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

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

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

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

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