#B29BBC

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

Shades of Chatelle #B29BBC

Tints of Chatelle #B29BBC

Color information

#B29BBC (or 0xB29BBC) is unknown color: approx Chatelle. HEX triplet: B2, 9B and BC. RGB value is (178,155,188). Sum of RGB (Red+Green+Blue) = 178+155+188=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #B29BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BBC is #4D6443. Grayscale: #A5A5A5. Windows color (decimal): -5071940 or 12360626. OLE color: 12360626.

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

Color convert

RGB178155188-
CMYK0.050.1800.26
HSL281.82º19.76%67.25%-
HSV(B)281.82º17.55%73.73%-
XYZ39.1636.5452.57-
YUV165.64140.62136.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.17%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=34.17%
G=29.75%
B=36.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781551880.050.1800.26281.8219.7667.25
HexB29BBC51201A11a1443
Octal26223327452203243224103
Binary10110010100110111011110010110010011010100011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BBC; }

 p { color: rgb(178,155,188); }

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

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

 a { background-color: rgb(178,155,188); }

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

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

 span { border-color: rgb(178,155,188); }

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