#B399BE

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

Shades of East Side #B399BE

Tints of East Side #B399BE

Color information

#B399BE (or 0xB399BE) is unknown color: approx East Side. HEX triplet: B3, 99 and BE. RGB value is (179,153,190). Sum of RGB (Red+Green+Blue) = 179+153+190=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #B399BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399BE is #4C6641. Grayscale: #A4A4A4. Windows color (decimal): -5006914 or 12491187. OLE color: 12491187.

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

Color convert

RGB179153190-
CMYK0.060.1900.25
HSL282.16º22.16%67.25%-
HSV(B)282.16º19.47%74.51%-
XYZ39.2836.0853.61-
YUV164.99142.11137.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 190 (74.61% from 255) = 36.40%
R=34.29%
G=29.31%
B=36.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791531900.060.1900.25282.1622.1667.25
HexB399BE61301911a1643
Octal26323127662303143226103
Binary10110011100110011011111011010011011001100011010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399BE; }

 p { color: rgb(179,153,190); }

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

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

 a { background-color: rgb(179,153,190); }

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

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

 span { border-color: rgb(179,153,190); }

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