#BB8DCB

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

Shades of East Side #BB8DCB

Tints of East Side #BB8DCB

Color information

#BB8DCB (or 0xBB8DCB) is unknown color: approx East Side. HEX triplet: BB, 8D and CB. RGB value is (187,141,203). Sum of RGB (Red+Green+Blue) = 187+141+203=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DCB is #447234. Grayscale: #A1A1A1. Windows color (decimal): -4485685 or 13340091. OLE color: 13340091.

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

Color convert

RGB187141203-
CMYK0.080.3100.20
HSL284.52º37.35%67.45%-
HSV(B)284.52º30.54%79.61%-
XYZ40.833.9360.9-
YUV161.82151.24145.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=35.22%
G=26.55%
B=38.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871412030.080.3100.20284.5237.3567.45
HexBB8DCB81F01411d2543
Octal273215313103702443545103
Binary1011101110001101110010111000111110101001000111011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DCB; }

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

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

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

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

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

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

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

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