#B188CA

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

Shades of East Side #B188CA

Tints of East Side #B188CA

Color information

#B188CA (or 0xB188CA) is unknown color: approx East Side. HEX triplet: B1, 88 and CA. RGB value is (177,136,202). Sum of RGB (Red+Green+Blue) = 177+136+202=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #B188CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188CA is #4E7735. Grayscale: #9B9B9B. Windows color (decimal): -5142326 or 13273265. OLE color: 13273265.

HSL color Cylindrical-coordinate representation of color #B188CA: hue angle of 277.27º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B188CA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177136202-
CMYK0.120.3300.21
HSL277.27º38.37%66.27%-
HSV(B)277.27º32.67%79.22%-
XYZ37.631.2259.92-
YUV155.78154.08143.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 136 (53.52% from 255) = 26.41%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=34.37%
G=26.41%
B=39.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771362020.120.3300.21277.2738.3766.27
HexB188CAC210151152642
Octal261210312144102542546102
Binary10110001100010001100101011001000010101011000101011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B188CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B188CA; }

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

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

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

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

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

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

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

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