#B19DBE

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

Shades of East Side #B19DBE

Tints of East Side #B19DBE

Color information

#B19DBE (or 0xB19DBE) is unknown color: approx East Side. HEX triplet: B1, 9D and BE. RGB value is (177,157,190). Sum of RGB (Red+Green+Blue) = 177+157+190=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #B19DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DBE is #4E6241. Grayscale: #A6A6A6. Windows color (decimal): -5136962 or 12492209. OLE color: 12492209.

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

Color convert

RGB177157190-
CMYK0.070.1700.25
HSL276.36º20.25%68.04%-
HSV(B)276.36º17.37%74.51%-
XYZ39.4837.1853.81-
YUV166.74141.13135.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.78%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=33.78%
G=29.96%
B=36.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771571900.070.1700.25276.3620.2568.04
HexB19DBE7110191141444
Octal26123527672103142424104
Binary10110001100111011011111011110001011001100010100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DBE; }

 p { color: rgb(177,157,190); }

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

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

 a { background-color: rgb(177,157,190); }

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

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

 span { border-color: rgb(177,157,190); }

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