#B184BF

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

Shades of East Side #B184BF

Tints of East Side #B184BF

Color information

#B184BF (or 0xB184BF) is unknown color: approx East Side. HEX triplet: B1, 84 and BF. RGB value is (177,132,191). Sum of RGB (Red+Green+Blue) = 177+132+191=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #B184BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184BF is #4E7B40. Grayscale: #979797. Windows color (decimal): -5143361 or 12551345. OLE color: 12551345.

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

Color convert

RGB177132191-
CMYK0.070.3100.25
HSL285.76º31.55%63.33%-
HSV(B)285.76º30.89%74.9%-
XYZ35.7929.6153.12-
YUV152.18149.91145.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.4%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 191 (75% from 255) = 38.2%
R=35.4%
G=26.4%
B=38.2%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771321910.070.3100.25285.7631.5563.33
HexB184BF71F01911e203f
Octal2612042777370314364077
Binary10110001100001001011111111111111011001100011110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184BF; }

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

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

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

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

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

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

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

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