#B29DBB

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

Shades of Chatelle #B29DBB

Tints of Chatelle #B29DBB

Color information

#B29DBB (or 0xB29DBB) is unknown color: approx Chatelle. HEX triplet: B2, 9D and BB. RGB value is (178,157,187). Sum of RGB (Red+Green+Blue) = 178+157+187=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #B29DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DBB is #4D6244. Grayscale: #A6A6A6. Windows color (decimal): -5071429 or 12295602. OLE color: 12295602.

HSL color Cylindrical-coordinate representation of color #B29DBB: hue angle of 282º degrees, saturation: 0.18, 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 #B29DBB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178157187-
CMYK0.050.1600.27
HSL282º18.07%67.45%-
HSV(B)282º16.04%73.33%-
XYZ39.3937.1752.11-
YUV166.7139.46136.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=34.10%
G=30.08%
B=35.82%

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
Decimal1781571870.050.1600.2728218.0767.45
HexB29DBB51001B11a1243
Octal26223527352003343222103
Binary10110010100111011011101110110000011011100011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29DBB; }

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

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

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

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

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

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

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

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