#BB8AC7

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

Shades of East Side #BB8AC7

Tints of East Side #BB8AC7

Color information

#BB8AC7 (or 0xBB8AC7) is unknown color: approx East Side. HEX triplet: BB, 8A and C7. RGB value is (187,138,199). Sum of RGB (Red+Green+Blue) = 187+138+199=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB8AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8AC7 is #447538. Grayscale: #9F9F9F. Windows color (decimal): -4486457 or 13077179. OLE color: 13077179.

HSL color Cylindrical-coordinate representation of color #BB8AC7: hue angle of 288.2º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB8AC7 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187138199-
CMYK0.060.3100.22
HSL288.2º35.26%66.08%-
HSV(B)288.2º30.65%78.04%-
XYZ39.8932.8758.27-
YUV159.6150.23147.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 199 (78.12% from 255) = 37.98%
R=35.69%
G=26.34%
B=37.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871381990.060.3100.22288.235.2666.08
HexBB8AC761F0161202342
Octal27321230763702644043102
Binary101110111000101011000111110111110101101001000001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8AC7; }

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

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

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

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

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

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

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

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