#BB82CC

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

Shades of East Side #BB82CC

Tints of East Side #BB82CC

Color information

#BB82CC (or 0xBB82CC) is unknown color: approx East Side. HEX triplet: BB, 82 and CC. RGB value is (187,130,204). Sum of RGB (Red+Green+Blue) = 187+130+204=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB82CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82CC is #447D33. Grayscale: #9B9B9B. Windows color (decimal): -4488500 or 13402811. OLE color: 13402811.

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

Color convert

RGB187130204-
CMYK0.080.3600.2
HSL286.22º42.05%65.49%-
HSV(B)286.22º36.27%80%-
XYZ39.3830.8961.01-
YUV155.48155.38150.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=35.89%
G=24.95%
B=39.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871302040.080.3600.2286.2242.0565.49
HexBB82CC82401411e2a41
Octal273202314104402443652101
Binary10111011100000101100110010001001000101001000111101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82CC; }

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

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

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

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

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

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

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

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