#B88FBE

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

Shades of East Side #B88FBE

Tints of East Side #B88FBE

Color information

#B88FBE (or 0xB88FBE) is unknown color: approx East Side. HEX triplet: B8, 8F and BE. RGB value is (184,143,190). Sum of RGB (Red+Green+Blue) = 184+143+190=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #B88FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FBE is #477041. Grayscale: #A0A0A0. Windows color (decimal): -4681794 or 12488632. OLE color: 12488632.

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

Color convert

RGB184143190-
CMYK0.030.2500.25
HSL292.34º26.55%65.29%-
HSV(B)292.34º24.74%74.51%-
XYZ38.8833.5553.14-
YUV160.62144.58144.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.59%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=35.59%
G=27.66%
B=36.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841431900.030.2500.25292.3426.5565.29
HexB88FBE3190191241b41
Octal27021727633103144433101
Binary1011100010001111101111101111001011001100100100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FBE; }

 p { color: rgb(184,143,190); }

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

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

 a { background-color: rgb(184,143,190); }

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

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

 span { border-color: rgb(184,143,190); }

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