#BC88D0

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

Shades of East Side #BC88D0

Tints of East Side #BC88D0

Color information

#BC88D0 (or 0xBC88D0) is unknown color: approx East Side. HEX triplet: BC, 88 and D0. RGB value is (188,136,208). Sum of RGB (Red+Green+Blue) = 188+136+208=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC88D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88D0 is #43772F. Grayscale: #9F9F9F. Windows color (decimal): -4421424 or 13666492. OLE color: 13666492.

HSL color Cylindrical-coordinate representation of color #BC88D0: hue angle of 283.33º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC88D0 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188136208-
CMYK0.100.3500.18
HSL283.33º43.37%67.45%-
HSV(B)283.33º34.62%81.57%-
XYZ40.9332.8563.86-
YUV159.76155.23148.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 136 (53.52% from 255) = 25.56%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=35.34%
G=25.56%
B=39.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881362080.100.3500.18283.3343.3767.45
HexBC88D0A2301211b2b43
Octal274210320124302243353103
Binary10111100100010001101000010101000110100101000110111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88D0; }

 p { color: rgb(188,136,208); }

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

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

 a { background-color: rgb(188,136,208); }

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

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

 span { border-color: rgb(188,136,208); }

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