#BB88CA

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

Shades of East Side #BB88CA

Tints of East Side #BB88CA

Color information

#BB88CA (or 0xBB88CA) is unknown color: approx East Side. HEX triplet: BB, 88 and CA. RGB value is (187,136,202). Sum of RGB (Red+Green+Blue) = 187+136+202=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB88CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB88CA is #447735. Grayscale: #9E9E9E. Windows color (decimal): -4486966 or 13273275. OLE color: 13273275.

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

Color convert

RGB187136202-
CMYK0.070.3300.21
HSL286.36º38.37%66.27%-
HSV(B)286.36º32.67%79.22%-
XYZ39.9632.4460.03-
YUV158.77152.4148.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 136 (53.52% from 255) = 25.90%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=35.62%
G=25.90%
B=38.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871362020.070.3300.21286.3638.3766.27
HexBB88CA72101511e2642
Octal27321031274102543646102
Binary1011101110001000110010101111000010101011000111101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB88CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB88CA; }

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

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

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

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

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

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

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

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