#BC88CB

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

Shades of East Side #BC88CB

Tints of East Side #BC88CB

Color information

#BC88CB (or 0xBC88CB) is unknown color: approx East Side. HEX triplet: BC, 88 and CB. RGB value is (188,136,203). Sum of RGB (Red+Green+Blue) = 188+136+203=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88CB is #437734. Grayscale: #9E9E9E. Windows color (decimal): -4421429 or 13338812. OLE color: 13338812.

HSL color Cylindrical-coordinate representation of color #BC88CB: hue angle of 286.57º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC88CB is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188136203-
CMYK0.070.3300.20
HSL286.57º39.18%66.47%-
HSV(B)286.57º33%79.61%-
XYZ40.3232.6160.67-
YUV159.19152.73148.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 136 (53.52% from 255) = 25.81%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=35.67%
G=25.81%
B=38.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881362030.070.3300.20286.5739.1866.47
HexBC88CB72101411f2742
Octal27421031374102443747102
Binary1011110010001000110010111111000010101001000111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88CB; }

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

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

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

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

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

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

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

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