#B88BC8

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

Shades of East Side #B88BC8

Tints of East Side #B88BC8

Color information

#B88BC8 (or 0xB88BC8) is unknown color: approx East Side. HEX triplet: B8, 8B and C8. RGB value is (184,139,200). Sum of RGB (Red+Green+Blue) = 184+139+200=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 200 - color contains mainly: blue. Hex color #B88BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BC8 is #477437. Grayscale: #9F9F9F. Windows color (decimal): -4682808 or 13142968. OLE color: 13142968.

HSL color Cylindrical-coordinate representation of color #B88BC8: hue angle of 284.26º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B88BC8 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB184139200-
CMYK0.080.3000.22
HSL284.26º35.67%66.47%-
HSV(B)284.26º30.5%78.43%-
XYZ39.4332.8358.9-
YUV159.41150.91145.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.18%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=35.18%
G=26.58%
B=38.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841392000.080.3000.22284.2635.6766.47
HexB88BC881E01611c2442
Octal270213310103602643444102
Binary1011100010001011110010001000111100101101000111001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BC8; }

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

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

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

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

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

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

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

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