#B88BC3

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

Shades of East Side #B88BC3

Tints of East Side #B88BC3

Color information

#B88BC3 (or 0xB88BC3) is unknown color: approx East Side. HEX triplet: B8, 8B and C3. RGB value is (184,139,195). Sum of RGB (Red+Green+Blue) = 184+139+195=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 195 - color contains mainly: blue. Hex color #B88BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BC3 is #47743C. Grayscale: #9E9E9E. Windows color (decimal): -4682813 or 12815288. OLE color: 12815288.

HSL color Cylindrical-coordinate representation of color #B88BC3: hue angle of 288.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88BC3 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB184139195-
CMYK0.060.2900.24
HSL288.21º31.82%65.49%-
HSV(B)288.21º28.72%76.47%-
XYZ38.8532.655.87-
YUV158.84148.41145.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.52%
GREEN value IS 139 (54.69% from 255) = 26.83%
BLUE value IS 195 (76.56% from 255) = 37.64%
R=35.52%
G=26.83%
B=37.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841391950.060.2900.24288.2131.8265.49
HexB88BC361D0181202041
Octal27021330363503044040101
Binary101110001000101111000011110111010110001001000001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88BC3; }

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

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

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

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

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

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

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

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