#BB7ECC

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

Shades of East Side #BB7ECC

Tints of East Side #BB7ECC

Color information

#BB7ECC (or 0xBB7ECC) is unknown color: approx East Side. HEX triplet: BB, 7E and CC. RGB value is (187,126,204). Sum of RGB (Red+Green+Blue) = 187+126+204=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ECC is #448133. Grayscale: #989898. Windows color (decimal): -4489524 or 13401787. OLE color: 13401787.

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

Color convert

RGB187126204-
CMYK0.080.3800.2
HSL286.92º43.33%64.71%-
HSV(B)286.92º38.24%80%-
XYZ38.8529.8560.84-
YUV153.13156.71152.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=36.17%
G=24.37%
B=39.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871262040.080.3800.2286.9243.3364.71
HexBB7ECC82601411f2b41
Octal273176314104602443753101
Binary1011101111111101100110010001001100101001000111111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7ECC; }

 p { color: rgb(187,126,204); }

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

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

 a { background-color: rgb(187,126,204); }

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

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

 span { border-color: rgb(187,126,204); }

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