#BB8DCC

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

Shades of East Side #BB8DCC

Tints of East Side #BB8DCC

Color information

#BB8DCC (or 0xBB8DCC) is unknown color: approx East Side. HEX triplet: BB, 8D and CC. RGB value is (187,141,204). Sum of RGB (Red+Green+Blue) = 187+141+204=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DCC is #447233. Grayscale: #A1A1A1. Windows color (decimal): -4485684 or 13405627. OLE color: 13405627.

HSL color Cylindrical-coordinate representation of color #BB8DCC: hue angle of 283.81º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB8DCC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187141204-
CMYK0.080.3100.2
HSL283.81º38.18%67.65%-
HSV(B)283.81º30.88%80%-
XYZ40.9233.9761.53-
YUV161.94151.74145.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 204 (80.08% from 255) = 38.35%
R=35.15%
G=26.50%
B=38.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871412040.080.3100.2283.8138.1867.65
HexBB8DCC81F01411c2644
Octal273215314103702443446104
Binary1011101110001101110011001000111110101001000111001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DCC; }

 p { color: rgb(187,141,204); }

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

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

 a { background-color: rgb(187,141,204); }

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

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

 span { border-color: rgb(187,141,204); }

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