#BB89CB

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

Shades of East Side #BB89CB

Tints of East Side #BB89CB

Color information

#BB89CB (or 0xBB89CB) is unknown color: approx East Side. HEX triplet: BB, 89 and CB. RGB value is (187,137,203). Sum of RGB (Red+Green+Blue) = 187+137+203=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB89CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89CB is #447634. Grayscale: #9F9F9F. Windows color (decimal): -4486709 or 13339067. OLE color: 13339067.

HSL color Cylindrical-coordinate representation of color #BB89CB: hue angle of 285.45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB89CB is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187137203-
CMYK0.080.3300.20
HSL285.45º38.82%66.67%-
HSV(B)285.45º32.51%79.61%-
XYZ40.2232.7760.71-
YUV159.47152.56147.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 203 (79.69% from 255) = 38.52%
R=35.48%
G=26.00%
B=38.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871372030.080.3300.20285.4538.8266.67
HexBB89CB82101411d2743
Octal273211313104102443547103
Binary10111011100010011100101110001000010101001000111011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89CB; }

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

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

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

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

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

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

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

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