#bb7ace

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

Shades of East Side #BB7ACE

Tints of East Side #BB7ACE

Color information

#BB7ACE (or 0xBB7ACE) is unknown color: approx East Side. HEX triplet: BB, 7A and CE. RGB value is (187,122,206). Sum of RGB (Red+Green+Blue) = 187+122+206=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB7ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ACE is #448531. Grayscale: #969696. Windows color (decimal): -4490546 or 13531835. OLE color: 13531835.

HSL color Cylindrical-coordinate representation of color #BB7ACE: hue angle of 286.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB7ACE is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187122206-
CMYK0.090.4100.19
HSL286.43º46.15%64.31%-
HSV(B)286.43º40.78%80.78%-
XYZ38.5928.9461.94-
YUV151.01159.03153.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 122 (48.05% from 255) = 23.69%
BLUE value IS 206 (80.86% from 255) = 40%
R=36.31%
G=23.69%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871222060.090.4100.19286.4346.1564.31
HexBB7ACE92901311e2e40
Octal273172316115102343656100
Binary1011101111110101100111010011010010100111000111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7ace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7ace; }

 p { color: rgb(187,122,206); }

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

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

 a { background-color: rgb(187,122,206); }

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

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

 span { border-color: rgb(187,122,206); }

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