#BB89C4

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

Shades of East Side #BB89C4

Tints of East Side #BB89C4

Color information

#BB89C4 (or 0xBB89C4) is unknown color: approx East Side. HEX triplet: BB, 89 and C4. RGB value is (187,137,196). Sum of RGB (Red+Green+Blue) = 187+137+196=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB89C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89C4 is #44763B. Grayscale: #9E9E9E. Windows color (decimal): -4486716 or 12880315. OLE color: 12880315.

HSL color Cylindrical-coordinate representation of color #BB89C4: hue angle of 290.85º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB89C4 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187137196-
CMYK0.050.3000.23
HSL290.85º33.33%65.29%-
HSV(B)290.85º30.1%76.86%-
XYZ39.432.4456.41-
YUV158.68149.06148.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 137 (53.91% from 255) = 26.35%
BLUE value IS 196 (76.95% from 255) = 37.69%
R=35.96%
G=26.35%
B=37.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871371960.050.3000.23290.8533.3365.29
HexBB89C451E0171232141
Octal27321130453602744341101
Binary101110111000100111000100101111100101111001000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89C4; }

 p { color: rgb(187,137,196); }

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

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

 a { background-color: rgb(187,137,196); }

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

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

 span { border-color: rgb(187,137,196); }

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