#BB89C8

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

Shades of East Side #BB89C8

Tints of East Side #BB89C8

Color information

#BB89C8 (or 0xBB89C8) is unknown color: approx East Side. HEX triplet: BB, 89 and C8. RGB value is (187,137,200). Sum of RGB (Red+Green+Blue) = 187+137+200=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 137 (53.91% from 255 or 26.15% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB89C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89C8 is #447637. Grayscale: #9E9E9E. Windows color (decimal): -4486712 or 13142459. OLE color: 13142459.

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

Color convert

RGB187137200-
CMYK0.060.3200.22
HSL287.62º36.42%66.08%-
HSV(B)287.62º31.5%78.43%-
XYZ39.8632.6358.84-
YUV159.13151.06147.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 137 (53.91% from 255) = 26.15%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=35.69%
G=26.15%
B=38.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871372000.060.3200.22287.6236.4266.08
HexBB89C86200161202442
Octal27321131064002644044102
Binary1011101110001001110010001101000000101101001000001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89C8; }

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

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

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

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

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

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

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

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