#B29BC5

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

Shades of East Side #B29BC5

Tints of East Side #B29BC5

Color information

#B29BC5 (or 0xB29BC5) is unknown color: approx East Side. HEX triplet: B2, 9B and C5. RGB value is (178,155,197). Sum of RGB (Red+Green+Blue) = 178+155+197=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 197 - color contains mainly: blue. Hex color #B29BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BC5 is #4D643A. Grayscale: #A6A6A6. Windows color (decimal): -5071931 or 12950450. OLE color: 12950450.

HSL color Cylindrical-coordinate representation of color #B29BC5: hue angle of 272.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B29BC5 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB178155197-
CMYK0.100.2100.23
HSL272.86º26.58%69.02%-
HSV(B)272.86º21.32%77.25%-
XYZ40.1636.9457.84-
YUV166.66145.12136.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.58%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 197 (77.34% from 255) = 37.17%
R=33.58%
G=29.25%
B=37.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781551970.100.2100.23272.8626.5869.02
HexB29BC5A150171111b45
Octal262233305122502742133105
Binary101100101001101111000101101010101010111100010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BC5; }

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

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

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

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

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

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

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

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