#B29EBB

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

Shades of Chatelle #B29EBB

Tints of Chatelle #B29EBB

Color information

#B29EBB (or 0xB29EBB) is unknown color: approx Chatelle. HEX triplet: B2, 9E and BB. RGB value is (178,158,187). Sum of RGB (Red+Green+Blue) = 178+158+187=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #B29EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EBB is #4D6144. Grayscale: #A7A7A7. Windows color (decimal): -5071173 or 12295858. OLE color: 12295858.

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

Color convert

RGB178158187-
CMYK0.050.1600.27
HSL281.38º17.58%67.65%-
HSV(B)281.38º15.51%73.33%-
XYZ39.5637.5152.17-
YUV167.29139.13135.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=34.03%
G=30.21%
B=35.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781581870.050.1600.27281.3817.5867.65
HexB29EBB51001B1191244
Octal26223627352003343122104
Binary10110010100111101011101110110000011011100011001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EBB; }

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

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

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

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

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

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

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

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