#B184BA

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

Shades of East Side #B184BA

Tints of East Side #B184BA

Color information

#B184BA (or 0xB184BA) is unknown color: approx East Side. HEX triplet: B1, 84 and BA. RGB value is (177,132,186). Sum of RGB (Red+Green+Blue) = 177+132+186=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #B184BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184BA is #4E7B45. Grayscale: #979797. Windows color (decimal): -5143366 or 12223665. OLE color: 12223665.

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

Color convert

RGB177132186-
CMYK0.050.2900.27
HSL290º28.12%62.35%-
HSV(B)290º29.03%72.94%-
XYZ35.2529.3950.27-
YUV151.61147.41146.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.76%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=35.76%
G=26.67%
B=37.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771321860.050.2900.2729028.1262.35
HexB184BA51D01B1221c3e
Octal2612042725350334423476
Binary1011000110000100101110101011110101101110010001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184BA; }

 p { color: rgb(177,132,186); }

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

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

 a { background-color: rgb(177,132,186); }

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

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

 span { border-color: rgb(177,132,186); }

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