#bb86bf

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

Shades of East Side #BB86BF

Tints of East Side #BB86BF

Color information

#BB86BF (or 0xBB86BF) is unknown color: approx East Side. HEX triplet: BB, 86 and BF. RGB value is (187,134,191). Sum of RGB (Red+Green+Blue) = 187+134+191=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB86BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB86BF is #447940. Grayscale: #9C9C9C. Windows color (decimal): -4487489 or 12551867. OLE color: 12551867.

HSL color Cylindrical-coordinate representation of color #BB86BF: hue angle of 295.79º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB86BF is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187134191-
CMYK0.020.3000.25
HSL295.79º30.81%63.73%-
HSV(B)295.79º29.84%74.9%-
XYZ38.4231.3853.32-
YUV156.34147.56149.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 134 (52.73% from 255) = 26.17%
BLUE value IS 191 (75% from 255) = 37.30%
R=36.52%
G=26.17%
B=37.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871341910.020.3000.25295.7930.8163.73
HexBB86BF21E0191281f40
Octal27320627723603145037100
Binary1011101110000110101111111011110011001100101000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb86bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb86bf; }

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

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

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

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

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

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

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

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