#B182BB

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

Shades of East Side #B182BB

Tints of East Side #B182BB

Color information

#B182BB (or 0xB182BB) is unknown color: approx East Side. HEX triplet: B1, 82 and BB. RGB value is (177,130,187). Sum of RGB (Red+Green+Blue) = 177+130+187=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #B182BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182BB is #4E7D44. Grayscale: #969696. Windows color (decimal): -5143877 or 12288689. OLE color: 12288689.

HSL color Cylindrical-coordinate representation of color #B182BB: hue angle of 289.47º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B182BB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177130187-
CMYK0.050.3000.27
HSL289.47º29.53%62.16%-
HSV(B)289.47º30.48%73.33%-
XYZ35.0828.950.74-
YUV150.55148.57146.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 130 (51.17% from 255) = 26.32%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=35.83%
G=26.32%
B=37.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771301870.050.3000.27289.4729.5362.16
HexB182BB51E01B1211e3e
Octal2612022735360334413676
Binary1011000110000010101110111011111001101110010000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B182BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B182BB; }

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

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

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

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

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

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

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

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