#B188BD

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

Shades of East Side #B188BD

Tints of East Side #B188BD

Color information

#B188BD (or 0xB188BD) is unknown color: approx East Side. HEX triplet: B1, 88 and BD. RGB value is (177,136,189). Sum of RGB (Red+Green+Blue) = 177+136+189=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #B188BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188BD is #4E7742. Grayscale: #9A9A9A. Windows color (decimal): -5142339 or 12421297. OLE color: 12421297.

HSL color Cylindrical-coordinate representation of color #B188BD: hue angle of 286.42º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B188BD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177136189-
CMYK0.060.2800.26
HSL286.42º28.65%63.73%-
HSV(B)286.42º28.04%74.12%-
XYZ36.1230.6352.15-
YUV154.3147.58144.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.26%
GREEN value IS 136 (53.52% from 255) = 27.09%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=35.26%
G=27.09%
B=37.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771361890.060.2800.26286.4228.6563.73
HexB188BD61C01A11e1d40
Octal26121027563403243635100
Binary10110001100010001011110111011100011010100011110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B188BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B188BD; }

 p { color: rgb(177,136,189); }

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

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

 a { background-color: rgb(177,136,189); }

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

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

 span { border-color: rgb(177,136,189); }

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