#B188BC

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

Shades of East Side #B188BC

Tints of East Side #B188BC

Color information

#B188BC (or 0xB188BC) is unknown color: approx East Side. HEX triplet: B1, 88 and BC. RGB value is (177,136,188). Sum of RGB (Red+Green+Blue) = 177+136+188=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #B188BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188BC is #4E7743. Grayscale: #9A9A9A. Windows color (decimal): -5142340 or 12355761. OLE color: 12355761.

HSL color Cylindrical-coordinate representation of color #B188BC: hue angle of 287.31º degrees, saturation: 0.28, 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 #B188BC is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177136188-
CMYK0.060.2800.26
HSL287.31º27.96%63.53%-
HSV(B)287.31º27.66%73.73%-
XYZ36.0130.5951.58-
YUV154.19147.08144.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=35.33%
G=27.15%
B=37.52%

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
Decimal1771361880.060.2800.26287.3127.9663.53
HexB188BC61C01A11f1c40
Octal26121027463403243734100
Binary10110001100010001011110011011100011010100011111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B188BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B188BC; }

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

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

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

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

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

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

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

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