#BB89C9

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

Shades of East Side #BB89C9

Tints of East Side #BB89C9

Color information

#BB89C9 (or 0xBB89C9) is unknown color: approx East Side. HEX triplet: BB, 89 and C9. RGB value is (187,137,201). Sum of RGB (Red+Green+Blue) = 187+137+201=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB89C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89C9 is #447636. Grayscale: #9F9F9F. Windows color (decimal): -4486711 or 13207995. OLE color: 13207995.

HSL color Cylindrical-coordinate representation of color #BB89C9: hue angle of 286.88º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB89C9 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187137201-
CMYK0.070.3200.21
HSL286.88º37.21%66.27%-
HSV(B)286.88º31.84%78.82%-
XYZ39.9832.6759.46-
YUV159.25151.56147.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 137 (53.91% from 255) = 26.10%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=35.62%
G=26.10%
B=38.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871372010.070.3200.21286.8837.2166.27
HexBB89C972001511f2542
Octal27321131174002543745102
Binary1011101110001001110010011111000000101011000111111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89C9; }

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

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

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

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

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

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

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

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