#BB86CA

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

Shades of East Side #BB86CA

Tints of East Side #BB86CA

Color information

#BB86CA (or 0xBB86CA) is unknown color: approx East Side. HEX triplet: BB, 86 and CA. RGB value is (187,134,202). Sum of RGB (Red+Green+Blue) = 187+134+202=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86CA is #447935. Grayscale: #9D9D9D. Windows color (decimal): -4487478 or 13272763. OLE color: 13272763.

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

Color convert

RGB187134202-
CMYK0.070.3400.21
HSL286.76º39.08%65.88%-
HSV(B)286.76º33.66%79.22%-
XYZ39.6831.8859.94-
YUV157.6153.06148.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 134 (52.73% from 255) = 25.62%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=35.76%
G=25.62%
B=38.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871342020.070.3400.21286.7639.0865.88
HexBB86CA72201511f2742
Octal27320631274202543747102
Binary1011101110000110110010101111000100101011000111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB86CA; }

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

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

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

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

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

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

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

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