#BB88C8

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

Shades of East Side #BB88C8

Tints of East Side #BB88C8

Color information

#BB88C8 (or 0xBB88C8) is unknown color: approx East Side. HEX triplet: BB, 88 and C8. RGB value is (187,136,200). Sum of RGB (Red+Green+Blue) = 187+136+200=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB88C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88C8 is #447737. Grayscale: #9E9E9E. Windows color (decimal): -4486968 or 13142203. OLE color: 13142203.

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

Color convert

RGB187136200-
CMYK0.060.3200.22
HSL287.81º36.78%65.88%-
HSV(B)287.81º32%78.43%-
XYZ39.7232.3458.79-
YUV158.55151.4148.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 136 (53.52% from 255) = 26.00%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=35.76%
G=26.00%
B=38.24%

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
Decimal1871362000.060.3200.22287.8136.7865.88
HexBB88C86200161202542
Octal27321031064002644045102
Binary1011101110001000110010001101000000101101001000001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88C8; }

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

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

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

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

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

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

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

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