#BB8DC9

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

Shades of East Side #BB8DC9

Tints of East Side #BB8DC9

Color information

#BB8DC9 (or 0xBB8DC9) is unknown color: approx East Side. HEX triplet: BB, 8D and C9. RGB value is (187,141,201). Sum of RGB (Red+Green+Blue) = 187+141+201=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB8DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DC9 is #447236. Grayscale: #A1A1A1. Windows color (decimal): -4485687 or 13209019. OLE color: 13209019.

HSL color Cylindrical-coordinate representation of color #BB8DC9: hue angle of 286º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB8DC9 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB187141201-
CMYK0.070.3000.21
HSL286º35.71%67.06%-
HSV(B)286º29.85%78.82%-
XYZ40.5633.8359.65-
YUV161.59150.24146.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 141 (55.47% from 255) = 26.65%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=35.35%
G=26.65%
B=38.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871412010.070.3000.2128635.7167.06
HexBB8DC971E01511e2443
Octal27321531173602543644103
Binary101110111000110111001001111111100101011000111101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DC9; }

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

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

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

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

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

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

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

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