#B88DCB

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

Shades of East Side #B88DCB

Tints of East Side #B88DCB

Color information

#B88DCB (or 0xB88DCB) is unknown color: approx East Side. HEX triplet: B8, 8D and CB. RGB value is (184,141,203). Sum of RGB (Red+Green+Blue) = 184+141+203=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #B88DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DCB is #477234. Grayscale: #A0A0A0. Windows color (decimal): -4682293 or 13340088. OLE color: 13340088.

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

Color convert

RGB184141203-
CMYK0.090.3100.20
HSL281.61º37.35%67.45%-
HSV(B)281.61º30.54%79.61%-
XYZ40.0733.5560.86-
YUV160.92151.75144.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=34.85%
G=26.70%
B=38.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841412030.090.3100.20281.6137.3567.45
HexB88DCB91F01411a2543
Octal270215313113702443245103
Binary1011100010001101110010111001111110101001000110101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88DCB; }

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

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

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

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

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

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

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

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