#BB89C7

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

Shades of East Side #BB89C7

Tints of East Side #BB89C7

Color information

#BB89C7 (or 0xBB89C7) is unknown color: approx East Side. HEX triplet: BB, 89 and C7. RGB value is (187,137,199). Sum of RGB (Red+Green+Blue) = 187+137+199=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB89C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89C7 is #447638. Grayscale: #9E9E9E. Windows color (decimal): -4486713 or 13076923. OLE color: 13076923.

HSL color Cylindrical-coordinate representation of color #BB89C7: hue angle of 288.39º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB89C7 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187137199-
CMYK0.060.3100.22
HSL288.39º35.63%65.88%-
HSV(B)288.39º31.16%78.04%-
XYZ39.7532.5858.23-
YUV159.02150.56147.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 137 (53.91% from 255) = 26.20%
BLUE value IS 199 (78.12% from 255) = 38.05%
R=35.76%
G=26.20%
B=38.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871371990.060.3100.22288.3935.6365.88
HexBB89C761F0161202442
Octal27321130763702644044102
Binary101110111000100111000111110111110101101001000001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89C7; }

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

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

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

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

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

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

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

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