#B88ACB

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

Shades of East Side #B88ACB

Tints of East Side #B88ACB

Color information

#B88ACB (or 0xB88ACB) is unknown color: approx East Side. HEX triplet: B8, 8A and CB. RGB value is (184,138,203). Sum of RGB (Red+Green+Blue) = 184+138+203=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #B88ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88ACB is #477534. Grayscale: #9E9E9E. Windows color (decimal): -4683061 or 13339320. OLE color: 13339320.

HSL color Cylindrical-coordinate representation of color #B88ACB: hue angle of 282.46º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B88ACB is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184138203-
CMYK0.090.3200.20
HSL282.46º38.46%66.86%-
HSV(B)282.46º32.02%79.61%-
XYZ39.6432.6860.72-
YUV159.16152.74145.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=35.05%
G=26.29%
B=38.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841382030.090.3200.20282.4638.4666.86
HexB88ACB92001411a2643
Octal270212313114002443246103
Binary10111000100010101100101110011000000101001000110101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88ACB; }

 p { color: rgb(184,138,203); }

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

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

 a { background-color: rgb(184,138,203); }

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

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

 span { border-color: rgb(184,138,203); }

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