#B882BD

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

Shades of East Side #B882BD

Tints of East Side #B882BD

Color information

#B882BD (or 0xB882BD) is unknown color: approx East Side. HEX triplet: B8, 82 and BD. RGB value is (184,130,189). Sum of RGB (Red+Green+Blue) = 184+130+189=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #B882BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882BD is #477D42. Grayscale: #989898. Windows color (decimal): -4685123 or 12419768. OLE color: 12419768.

HSL color Cylindrical-coordinate representation of color #B882BD: hue angle of 294.92º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B882BD is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB184130189-
CMYK0.030.3100.26
HSL294.92º30.89%62.55%-
HSV(B)294.92º31.22%74.12%-
XYZ36.9429.8351.96-
YUV152.87148.39150.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.58%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=36.58%
G=25.84%
B=37.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841301890.030.3100.26294.9230.8962.55
HexB882BD31F01A1271f3f
Octal2702022753370324473777
Binary101110001000001010111101111111101101010010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B882BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B882BD; }

 p { color: rgb(184,130,189); }

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

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

 a { background-color: rgb(184,130,189); }

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

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

 span { border-color: rgb(184,130,189); }

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