#B888CD

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

Shades of East Side #B888CD

Tints of East Side #B888CD

Color information

#B888CD (or 0xB888CD) is unknown color: approx East Side. HEX triplet: B8, 88 and CD. RGB value is (184,136,205). Sum of RGB (Red+Green+Blue) = 184+136+205=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #B888CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888CD is #477732. Grayscale: #9D9D9D. Windows color (decimal): -4683571 or 13469880. OLE color: 13469880.

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

Color convert

RGB184136205-
CMYK0.100.3400.20
HSL281.74º40.83%66.86%-
HSV(B)281.74º33.66%80.39%-
XYZ39.5932.2161.89-
YUV158.22154.4146.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 136 (53.52% from 255) = 25.90%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=35.05%
G=25.90%
B=39.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841362050.100.3400.20281.7440.8366.86
HexB888CDA2201411a2943
Octal270210315124202443251103
Binary10111000100010001100110110101000100101001000110101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B888CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B888CD; }

 p { color: rgb(184,136,205); }

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

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

 a { background-color: rgb(184,136,205); }

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

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

 span { border-color: rgb(184,136,205); }

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