#B29EBC

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

Shades of Chatelle #B29EBC

Tints of Chatelle #B29EBC

Color information

#B29EBC (or 0xB29EBC) is unknown color: approx Chatelle. HEX triplet: B2, 9E and BC. RGB value is (178,158,188). Sum of RGB (Red+Green+Blue) = 178+158+188=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #B29EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EBC is #4D6143. Grayscale: #A7A7A7. Windows color (decimal): -5071172 or 12361394. OLE color: 12361394.

HSL color Cylindrical-coordinate representation of color #B29EBC: hue angle of 280º degrees, saturation: 0.18, 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 #B29EBC is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB178158188-
CMYK0.050.1600.26
HSL280º18.29%67.84%-
HSV(B)280º15.96%73.73%-
XYZ39.6637.5552.73-
YUV167.4139.63135.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.97%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=33.97%
G=30.15%
B=35.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781581880.050.1600.2628018.2967.84
HexB29EBC51001A1181244
Octal26223627452003243022104
Binary10110010100111101011110010110000011010100011000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EBC; }

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

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

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

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

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

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

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

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