#B29EB6

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

Shades of Chatelle #B29EB6

Tints of Chatelle #B29EB6

Color information

#B29EB6 (or 0xB29EB6) is unknown color: approx Chatelle. HEX triplet: B2, 9E and B6. RGB value is (178,158,182). Sum of RGB (Red+Green+Blue) = 178+158+182=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 182 - color contains mainly: blue. Hex color #B29EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EB6 is #4D6149. Grayscale: #A6A6A6. Windows color (decimal): -5071178 or 11968178. OLE color: 11968178.

HSL color Cylindrical-coordinate representation of color #B29EB6: hue angle of 290º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B29EB6 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178158182-
CMYK0.020.1300.29
HSL290º14.12%66.67%-
HSV(B)290º13.19%71.37%-
XYZ39.0337.349.4-
YUV166.72136.63136.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=34.36%
G=30.50%
B=35.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781581820.020.1300.2929014.1266.67
HexB29EB62D01D122e43
Octal26223626621503544216103
Binary10110010100111101011011010110101110110010001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EB6; }

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

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

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

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

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

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

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

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