#B88BC4

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

Shades of East Side #B88BC4

Tints of East Side #B88BC4

Color information

#B88BC4 (or 0xB88BC4) is unknown color: approx East Side. HEX triplet: B8, 8B and C4. RGB value is (184,139,196). Sum of RGB (Red+Green+Blue) = 184+139+196=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 196 - color contains mainly: blue. Hex color #B88BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BC4 is #47743B. Grayscale: #9E9E9E. Windows color (decimal): -4682812 or 12880824. OLE color: 12880824.

HSL color Cylindrical-coordinate representation of color #B88BC4: hue angle of 287.37º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88BC4 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB184139196-
CMYK0.060.2900.23
HSL287.37º32.57%65.69%-
HSV(B)287.37º29.08%76.86%-
XYZ38.9632.6456.47-
YUV158.95148.91145.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 196 (76.95% from 255) = 37.76%
R=35.45%
G=26.78%
B=37.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1841391960.060.2900.23287.3732.5765.69
HexB88BC461D01711f2142
Octal27021330463502743741102
Binary101110001000101111000100110111010101111000111111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BC4; }

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

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

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

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

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

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

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

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