#B29EBF

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

Shades of Chatelle #B29EBF

Tints of Chatelle #B29EBF

Color information

#B29EBF (or 0xB29EBF) is unknown color: approx Chatelle. HEX triplet: B2, 9E and BF. RGB value is (178,158,191). Sum of RGB (Red+Green+Blue) = 178+158+191=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #B29EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29EBF is #4D6140. Grayscale: #A7A7A7. Windows color (decimal): -5071169 or 12558002. OLE color: 12558002.

HSL color Cylindrical-coordinate representation of color #B29EBF: hue angle of 276.36º 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 #B29EBF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178158191-
CMYK0.070.1700.25
HSL276.36º20.5%68.43%-
HSV(B)276.36º17.28%74.9%-
XYZ39.9937.6854.46-
YUV167.74141.13135.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 191 (75% from 255) = 36.24%
R=33.78%
G=29.98%
B=36.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781581910.070.1700.25276.3620.568.43
HexB29EBF7110191141444
Octal26223627772103142424104
Binary10110010100111101011111111110001011001100010100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29EBF; }

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

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

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

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

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

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

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

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