#BC8CCB

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

Shades of East Side #BC8CCB

Tints of East Side #BC8CCB

Color information

#BC8CCB (or 0xBC8CCB) is unknown color: approx East Side. HEX triplet: BC, 8C and CB. RGB value is (188,140,203). Sum of RGB (Red+Green+Blue) = 188+140+203=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC8CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CCB is #437334. Grayscale: #A1A1A1. Windows color (decimal): -4420405 or 13339836. OLE color: 13339836.

HSL color Cylindrical-coordinate representation of color #BC8CCB: hue angle of 285.71º degrees, saturation: 0.38, 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 #BC8CCB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188140203-
CMYK0.070.3100.20
HSL285.71º37.72%67.25%-
HSV(B)285.71º31.03%79.61%-
XYZ40.933.7660.86-
YUV161.53151.4146.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=35.40%
G=26.37%
B=38.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881402030.070.3100.20285.7137.7267.25
HexBC8CCB71F01411e2643
Octal27421431373702443646103
Binary101111001000110011001011111111110101001000111101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8CCB; }

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

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

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

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

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

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

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

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