#BB8EC5

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

Shades of East Side #BB8EC5

Tints of East Side #BB8EC5

Color information

#BB8EC5 (or 0xBB8EC5) is unknown color: approx East Side. HEX triplet: BB, 8E and C5. RGB value is (187,142,197). Sum of RGB (Red+Green+Blue) = 187+142+197=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB8EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EC5 is #44713A. Grayscale: #A1A1A1. Windows color (decimal): -4485435 or 12947131. OLE color: 12947131.

HSL color Cylindrical-coordinate representation of color #BB8EC5: hue angle of 289.09º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB8EC5 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187142197-
CMYK0.050.2800.23
HSL289.09º32.16%66.47%-
HSV(B)289.09º27.92%77.25%-
XYZ40.2433.9457.25-
YUV161.72147.91146.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 197 (77.34% from 255) = 37.45%
R=35.55%
G=27.00%
B=37.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871421970.050.2800.23289.0932.1666.47
HexBB8EC551C0171212042
Octal27321630553402744140102
Binary101110111000111011000101101111000101111001000011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EC5; }

 p { color: rgb(187,142,197); }

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

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

 a { background-color: rgb(187,142,197); }

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

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

 span { border-color: rgb(187,142,197); }

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