#B399BF

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

Shades of East Side #B399BF

Tints of East Side #B399BF

Color information

#B399BF (or 0xB399BF) is unknown color: approx East Side. HEX triplet: B3, 99 and BF. RGB value is (179,153,191). Sum of RGB (Red+Green+Blue) = 179+153+191=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #B399BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399BF is #4C6640. Grayscale: #A4A4A4. Windows color (decimal): -5006913 or 12556723. OLE color: 12556723.

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

Color convert

RGB179153191-
CMYK0.060.2000.25
HSL281.05º22.89%67.45%-
HSV(B)281.05º19.9%74.9%-
XYZ39.3936.1354.19-
YUV165.11142.61137.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.23%
GREEN value IS 153 (60.16% from 255) = 29.25%
BLUE value IS 191 (75% from 255) = 36.52%
R=34.23%
G=29.25%
B=36.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791531910.060.2000.25281.0522.8967.45
HexB399BF6140191191743
Octal26323127762403143127103
Binary10110011100110011011111111010100011001100011001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399BF; }

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

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

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

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

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

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

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

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