#BB89C6

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

Shades of East Side #BB89C6

Tints of East Side #BB89C6

Color information

#BB89C6 (or 0xBB89C6) is unknown color: approx East Side. HEX triplet: BB, 89 and C6. RGB value is (187,137,198). Sum of RGB (Red+Green+Blue) = 187+137+198=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB89C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89C6 is #447639. Grayscale: #9E9E9E. Windows color (decimal): -4486714 or 13011387. OLE color: 13011387.

HSL color Cylindrical-coordinate representation of color #BB89C6: hue angle of 289.18º degrees, saturation: 0.35, 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 #BB89C6 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187137198-
CMYK0.060.3100.22
HSL289.18º34.86%65.69%-
HSV(B)289.18º30.81%77.65%-
XYZ39.6332.5357.62-
YUV158.9150.06148.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 137 (53.91% from 255) = 26.25%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=35.82%
G=26.25%
B=37.93%

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
Decimal1871371980.060.3100.22289.1834.8665.69
HexBB89C661F0161212342
Octal27321130663702644143102
Binary101110111000100111000110110111110101101001000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89C6; }

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

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

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

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

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

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

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

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