#B29DBA

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

Shades of Chatelle #B29DBA

Tints of Chatelle #B29DBA

Color information

#B29DBA (or 0xB29DBA) is unknown color: approx Chatelle. HEX triplet: B2, 9D and BA. RGB value is (178,157,186). Sum of RGB (Red+Green+Blue) = 178+157+186=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #B29DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DBA is #4D6245. Grayscale: #A6A6A6. Windows color (decimal): -5071430 or 12230066. OLE color: 12230066.

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

Color convert

RGB178157186-
CMYK0.040.1600.27
HSL283.45º17.37%67.25%-
HSV(B)283.45º15.59%72.94%-
XYZ39.2837.1251.55-
YUV166.58138.96136.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.17%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=34.17%
G=30.13%
B=35.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781571860.040.1600.27283.4517.3767.25
HexB29DBA41001B11b1143
Octal26223527242003343321103
Binary10110010100111011011101010010000011011100011011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DBA; }

 p { color: rgb(178,157,186); }

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

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

 a { background-color: rgb(178,157,186); }

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

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

 span { border-color: rgb(178,157,186); }

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