#BB8ACE

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

Shades of East Side #BB8ACE

Tints of East Side #BB8ACE

Color information

#BB8ACE (or 0xBB8ACE) is unknown color: approx East Side. HEX triplet: BB, 8A and CE. RGB value is (187,138,206). Sum of RGB (Red+Green+Blue) = 187+138+206=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ACE is #447531. Grayscale: #A0A0A0. Windows color (decimal): -4486450 or 13535931. OLE color: 13535931.

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

Color convert

RGB187138206-
CMYK0.090.3300.19
HSL283.24º40.96%67.45%-
HSV(B)283.24º33.01%80.78%-
XYZ40.7233.262.65-
YUV160.4153.73146.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=35.22%
G=25.99%
B=38.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871382060.090.3300.19283.2440.9667.45
HexBB8ACE92101311b2943
Octal273212316114102343351103
Binary10111011100010101100111010011000010100111000110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8ACE; }

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

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

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

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

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

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

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

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