#B29ABB

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

Shades of Chatelle #B29ABB

Tints of Chatelle #B29ABB

Color information

#B29ABB (or 0xB29ABB) is unknown color: approx Chatelle. HEX triplet: B2, 9A and BB. RGB value is (178,154,187). Sum of RGB (Red+Green+Blue) = 178+154+187=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 187 - color contains mainly: blue. Hex color #B29ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ABB is #4D6544. Grayscale: #A4A4A4. Windows color (decimal): -5072197 or 12294834. OLE color: 12294834.

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

Color convert

RGB178154187-
CMYK0.050.1800.27
HSL283.64º19.53%66.86%-
HSV(B)283.64º17.65%73.33%-
XYZ38.8936.1651.94-
YUV164.94140.45137.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.30%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=34.30%
G=29.67%
B=36.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781541870.050.1800.27283.6419.5366.86
HexB29ABB51201B11c1443
Octal26223227352203343424103
Binary10110010100110101011101110110010011011100011100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29ABB; }

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

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

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

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

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

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

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

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