#B29FBA

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

Shades of Chatelle #B29FBA

Tints of Chatelle #B29FBA

Color information

#B29FBA (or 0xB29FBA) is unknown color: approx Chatelle. HEX triplet: B2, 9F and BA. RGB value is (178,159,186). Sum of RGB (Red+Green+Blue) = 178+159+186=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #B29FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FBA is #4D6045. Grayscale: #A7A7A7. Windows color (decimal): -5070918 or 12230578. OLE color: 12230578.

HSL color Cylindrical-coordinate representation of color #B29FBA: hue angle of 282.22º degrees, saturation: 0.16, 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 #B29FBA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178159186-
CMYK0.040.1500.27
HSL282.22º16.36%67.65%-
HSV(B)282.22º14.52%72.94%-
XYZ39.6237.8151.66-
YUV167.76138.29135.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=34.03%
G=30.40%
B=35.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781591860.040.1500.27282.2216.3667.65
HexB29FBA4F01B11a1044
Octal26223727241703343220104
Binary1011001010011111101110101001111011011100011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29FBA; }

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

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

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

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

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

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

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

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