#BC85CC

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

Shades of East Side #BC85CC

Tints of East Side #BC85CC

Color information

#BC85CC (or 0xBC85CC) is unknown color: approx East Side. HEX triplet: BC, 85 and CC. RGB value is (188,133,204). Sum of RGB (Red+Green+Blue) = 188+133+204=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85CC is #437A33. Grayscale: #9D9D9D. Windows color (decimal): -4422196 or 13403580. OLE color: 13403580.

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

Color convert

RGB188133204-
CMYK0.080.3500.2
HSL286.48º41.04%66.08%-
HSV(B)286.48º34.8%80%-
XYZ40.0331.8361.16-
YUV157.54154.22149.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 133 (52.34% from 255) = 25.33%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=35.81%
G=25.33%
B=38.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881332040.080.3500.2286.4841.0466.08
HexBC85CC82301411e2942
Octal274205314104302443651102
Binary10111100100001011100110010001000110101001000111101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC85CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC85CC; }

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

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

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

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

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

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

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

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