#BC88CF

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

Shades of East Side #BC88CF

Tints of East Side #BC88CF

Color information

#BC88CF (or 0xBC88CF) is unknown color: approx East Side. HEX triplet: BC, 88 and CF. RGB value is (188,136,207). Sum of RGB (Red+Green+Blue) = 188+136+207=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88CF is #437730. Grayscale: #9F9F9F. Windows color (decimal): -4421425 or 13600956. OLE color: 13600956.

HSL color Cylindrical-coordinate representation of color #BC88CF: hue angle of 283.94º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC88CF is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188136207-
CMYK0.090.3400.19
HSL283.94º42.51%67.25%-
HSV(B)283.94º34.3%81.18%-
XYZ40.8132.863.21-
YUV159.64154.73148.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 136 (53.52% from 255) = 25.61%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=35.40%
G=25.61%
B=38.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881362070.090.3400.19283.9442.5167.25
HexBC88CF92201311c2b43
Octal274210317114202343453103
Binary10111100100010001100111110011000100100111000111001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC88CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC88CF; }

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

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

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

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

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

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

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

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