#B189CA

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

Shades of East Side #B189CA

Tints of East Side #B189CA

Color information

#B189CA (or 0xB189CA) is unknown color: approx East Side. HEX triplet: B1, 89 and CA. RGB value is (177,137,202). Sum of RGB (Red+Green+Blue) = 177+137+202=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #B189CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189CA is #4E7635. Grayscale: #9C9C9C. Windows color (decimal): -5142070 or 13273521. OLE color: 13273521.

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

Color convert

RGB177137202-
CMYK0.120.3200.21
HSL276.92º38.01%66.47%-
HSV(B)276.92º32.18%79.22%-
XYZ37.7431.559.97-
YUV156.37153.75142.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 137 (53.91% from 255) = 26.55%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=34.30%
G=26.55%
B=39.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771372020.120.3200.21276.9238.0166.47
HexB189CAC200151152642
Octal261211312144002542546102
Binary10110001100010011100101011001000000101011000101011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189CA; }

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

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

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

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

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

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

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

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