#BB88C9

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

Shades of East Side #BB88C9

Tints of East Side #BB88C9

Color information

#BB88C9 (or 0xBB88C9) is unknown color: approx East Side. HEX triplet: BB, 88 and C9. RGB value is (187,136,201). Sum of RGB (Red+Green+Blue) = 187+136+201=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB88C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88C9 is #447736. Grayscale: #9E9E9E. Windows color (decimal): -4486967 or 13207739. OLE color: 13207739.

HSL color Cylindrical-coordinate representation of color #BB88C9: hue angle of 287.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB88C9 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187136201-
CMYK0.070.3200.21
HSL287.08º37.57%66.08%-
HSV(B)287.08º32.34%78.82%-
XYZ39.8432.3959.41-
YUV158.66151.9148.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 136 (53.52% from 255) = 25.95%
BLUE value IS 201 (78.91% from 255) = 38.36%
R=35.69%
G=25.95%
B=38.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871362010.070.3200.21287.0837.5766.08
HexBB88C972001511f2642
Octal27321031174002543746102
Binary1011101110001000110010011111000000101011000111111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88C9; }

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

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

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

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

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

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

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

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