#B88BBF

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

Shades of East Side #B88BBF

Tints of East Side #B88BBF

Color information

#B88BBF (or 0xB88BBF) is unknown color: approx East Side. HEX triplet: B8, 8B and BF. RGB value is (184,139,191). Sum of RGB (Red+Green+Blue) = 184+139+191=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #B88BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BBF is #477440. Grayscale: #9E9E9E. Windows color (decimal): -4682817 or 12553144. OLE color: 12553144.

HSL color Cylindrical-coordinate representation of color #B88BBF: hue angle of 291.92º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B88BBF is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184139191-
CMYK0.040.2700.25
HSL291.92º28.89%64.71%-
HSV(B)291.92º27.23%74.9%-
XYZ38.432.4253.52-
YUV158.38146.41146.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 139 (54.69% from 255) = 27.04%
BLUE value IS 191 (75% from 255) = 37.16%
R=35.80%
G=27.04%
B=37.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841391910.040.2700.25291.9228.8964.71
HexB88BBF41B0191241d41
Octal27021327743303144435101
Binary10111000100010111011111110011011011001100100100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BBF; }

 p { color: rgb(184,139,191); }

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

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

 a { background-color: rgb(184,139,191); }

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

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

 span { border-color: rgb(184,139,191); }

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