#BB8BCB

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

Shades of East Side #BB8BCB

Tints of East Side #BB8BCB

Color information

#BB8BCB (or 0xBB8BCB) is unknown color: approx East Side. HEX triplet: BB, 8B and CB. RGB value is (187,139,203). Sum of RGB (Red+Green+Blue) = 187+139+203=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB8BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BCB is #447434. Grayscale: #A0A0A0. Windows color (decimal): -4486197 or 13339579. OLE color: 13339579.

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

Color convert

RGB187139203-
CMYK0.080.3200.20
HSL285º38.1%67.06%-
HSV(B)285º31.53%79.61%-
XYZ40.5133.3460.8-
YUV160.65151.9146.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 139 (54.69% from 255) = 26.28%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=35.35%
G=26.28%
B=38.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871392030.080.3200.2028538.167.06
HexBB8BCB82001411d2643
Octal273213313104002443546103
Binary10111011100010111100101110001000000101001000111011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8BCB; }

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

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

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

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

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

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

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

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