#BB8AC1

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

Shades of East Side #BB8AC1

Tints of East Side #BB8AC1

Color information

#BB8AC1 (or 0xBB8AC1) is unknown color: approx East Side. HEX triplet: BB, 8A and C1. RGB value is (187,138,193). Sum of RGB (Red+Green+Blue) = 187+138+193=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB8AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8AC1 is #44753E. Grayscale: #9E9E9E. Windows color (decimal): -4486463 or 12683963. OLE color: 12683963.

HSL color Cylindrical-coordinate representation of color #BB8AC1: hue angle of 293.45º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB8AC1 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187138193-
CMYK0.030.2800.24
HSL293.45º30.73%64.9%-
HSV(B)293.45º28.5%75.69%-
XYZ39.2132.5954.68-
YUV158.92147.23148.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 193 (75.78% from 255) = 37.26%
R=36.10%
G=26.64%
B=37.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871381930.030.2800.24293.4530.7364.9
HexBB8AC131C0181251f41
Octal27321230133403044537101
Binary1011101110001010110000011111100011000100100101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8AC1; }

 p { color: rgb(187,138,193); }

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

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

 a { background-color: rgb(187,138,193); }

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

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

 span { border-color: rgb(187,138,193); }

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