#BC83CC

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

Shades of East Side #BC83CC

Tints of East Side #BC83CC

Color information

#BC83CC (or 0xBC83CC) is unknown color: approx East Side. HEX triplet: BC, 83 and CC. RGB value is (188,131,204). Sum of RGB (Red+Green+Blue) = 188+131+204=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC83CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83CC is #437C33. Grayscale: #9C9C9C. Windows color (decimal): -4422708 or 13403068. OLE color: 13403068.

HSL color Cylindrical-coordinate representation of color #BC83CC: hue angle of 286.85º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC83CC is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188131204-
CMYK0.080.3600.2
HSL286.85º41.71%65.69%-
HSV(B)286.85º35.78%80%-
XYZ39.7531.2861.07-
YUV156.36154.88150.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 131 (51.56% from 255) = 25.05%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=35.95%
G=25.05%
B=39.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881312040.080.3600.2286.8541.7165.69
HexBC83CC82401411f2a42
Octal274203314104402443752102
Binary10111100100000111100110010001001000101001000111111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC83CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC83CC; }

 p { color: rgb(188,131,204); }

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

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

 a { background-color: rgb(188,131,204); }

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

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

 span { border-color: rgb(188,131,204); }

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