#B29EBE

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

Shades of Chatelle #B29EBE

Tints of Chatelle #B29EBE

Color information

#B29EBE (or 0xB29EBE) is unknown color: approx Chatelle. HEX triplet: B2, 9E and BE. RGB value is (178,158,190). Sum of RGB (Red+Green+Blue) = 178+158+190=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #B29EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EBE is #4D6141. Grayscale: #A7A7A7. Windows color (decimal): -5071170 or 12492466. OLE color: 12492466.

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

Color convert

RGB178158190-
CMYK0.060.1700.25
HSL277.5º19.75%68.24%-
HSV(B)277.5º16.84%74.51%-
XYZ39.8837.6453.88-
YUV167.63140.63135.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.84%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=33.84%
G=30.04%
B=36.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781581900.060.1700.25277.519.7568.24
HexB29EBE6110191161444
Octal26223627662103142624104
Binary10110010100111101011111011010001011001100010110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EBE; }

 p { color: rgb(178,158,190); }

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

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

 a { background-color: rgb(178,158,190); }

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

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

 span { border-color: rgb(178,158,190); }

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