#B88CC4

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

Shades of East Side #B88CC4

Tints of East Side #B88CC4

Color information

#B88CC4 (or 0xB88CC4) is unknown color: approx East Side. HEX triplet: B8, 8C and C4. RGB value is (184,140,196). Sum of RGB (Red+Green+Blue) = 184+140+196=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #B88CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CC4 is #47733B. Grayscale: #9F9F9F. Windows color (decimal): -4682556 or 12881080. OLE color: 12881080.

HSL color Cylindrical-coordinate representation of color #B88CC4: hue angle of 287.14º degrees, saturation: 0.32, 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 #B88CC4 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB184140196-
CMYK0.060.2900.23
HSL287.14º32.18%65.88%-
HSV(B)287.14º28.57%76.86%-
XYZ39.1132.9356.52-
YUV159.54148.58145.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.38%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=35.38%
G=26.92%
B=37.69%

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
Decimal1841401960.060.2900.23287.1432.1865.88
HexB88CC461D01711f2042
Octal27021430463502743740102
Binary101110001000110011000100110111010101111000111111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88CC4; }

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

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

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

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

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

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

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

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