#BB88CB

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

Shades of East Side #BB88CB

Tints of East Side #BB88CB

Color information

#BB88CB (or 0xBB88CB) is unknown color: approx East Side. HEX triplet: BB, 88 and CB. RGB value is (187,136,203). Sum of RGB (Red+Green+Blue) = 187+136+203=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88CB is #447734. Grayscale: #9E9E9E. Windows color (decimal): -4486965 or 13338811. OLE color: 13338811.

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

Color convert

RGB187136203-
CMYK0.080.3300.20
HSL285.67º39.18%66.47%-
HSV(B)285.67º33%79.61%-
XYZ40.0832.4860.66-
YUV158.89152.9148.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 136 (53.52% from 255) = 25.86%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=35.55%
G=25.86%
B=38.59%

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
Decimal1871362030.080.3300.20285.6739.1866.47
HexBB88CB82101411e2742
Octal273210313104102443647102
Binary10111011100010001100101110001000010101001000111101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88CB; }

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

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

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

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

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

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

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

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