#BB80BF

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

Shades of East Side #BB80BF

Tints of East Side #BB80BF

Color information

#BB80BF (or 0xBB80BF) is unknown color: approx East Side. HEX triplet: BB, 80 and BF. RGB value is (187,128,191). Sum of RGB (Red+Green+Blue) = 187+128+191=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB80BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80BF is #447F40. Grayscale: #989898. Windows color (decimal): -4489025 or 12550331. OLE color: 12550331.

HSL color Cylindrical-coordinate representation of color #BB80BF: hue angle of 296.19º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB80BF is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187128191-
CMYK0.020.3300.25
HSL296.19º32.98%62.55%-
HSV(B)296.19º32.98%74.9%-
XYZ37.6229.7653.05-
YUV152.82149.55152.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 191 (75% from 255) = 37.75%
R=36.96%
G=25.30%
B=37.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871281910.020.3300.25296.1932.9862.55
HexBB80BF221019128213f
Octal2732002772410314504177
Binary10111011100000001011111110100001011001100101000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB80BF; }

 p { color: rgb(187,128,191); }

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

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

 a { background-color: rgb(187,128,191); }

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

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

 span { border-color: rgb(187,128,191); }

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