#B188CD

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

Shades of East Side #B188CD

Tints of East Side #B188CD

Color information

#B188CD (or 0xB188CD) is unknown color: approx East Side. HEX triplet: B1, 88 and CD. RGB value is (177,136,205). Sum of RGB (Red+Green+Blue) = 177+136+205=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #B188CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B188CD is #4E7732. Grayscale: #9B9B9B. Windows color (decimal): -5142323 or 13469873. OLE color: 13469873.

HSL color Cylindrical-coordinate representation of color #B188CD: hue angle of 275.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B188CD is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177136205-
CMYK0.140.3400.20
HSL275.65º40.83%66.86%-
HSV(B)275.65º33.66%80.39%-
XYZ37.9631.3661.81-
YUV156.12155.58142.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.17%
GREEN value IS 136 (53.52% from 255) = 26.25%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=34.17%
G=26.25%
B=39.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771362050.140.3400.20275.6540.8366.86
HexB188CDE220141142943
Octal261210315164202442451103
Binary10110001100010001100110111101000100101001000101001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B188CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B188CD; }

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

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

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

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

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

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

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

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