#B29BBE

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

Shades of East Side #B29BBE

Tints of East Side #B29BBE

Color information

#B29BBE (or 0xB29BBE) is unknown color: approx East Side. HEX triplet: B2, 9B and BE. RGB value is (178,155,190). Sum of RGB (Red+Green+Blue) = 178+155+190=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 155 (60.94% from 255 or 29.64% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #B29BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BBE is #4D6441. Grayscale: #A5A5A5. Windows color (decimal): -5071938 or 12491698. OLE color: 12491698.

HSL color Cylindrical-coordinate representation of color #B29BBE: hue angle of 279.43º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B29BBE is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178155190-
CMYK0.060.1800.25
HSL279.43º21.21%67.65%-
HSV(B)279.43º18.42%74.51%-
XYZ39.3836.6353.71-
YUV165.87141.62136.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 155 (60.94% from 255) = 29.64%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=34.03%
G=29.64%
B=36.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781551900.060.1800.25279.4321.2167.65
HexB29BBE6120191171544
Octal26223327662203142725104
Binary10110010100110111011111011010010011001100010111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29BBE; }

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

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

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

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

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

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

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

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