#B197BC

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

Shades of East Side #B197BC

Tints of East Side #B197BC

Color information

#B197BC (or 0xB197BC) is unknown color: approx East Side. HEX triplet: B1, 97 and BC. RGB value is (177,151,188). Sum of RGB (Red+Green+Blue) = 177+151+188=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #B197BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197BC is #4E6843. Grayscale: #A2A2A2. Windows color (decimal): -5138500 or 12359601. OLE color: 12359601.

HSL color Cylindrical-coordinate representation of color #B197BC: hue angle of 282.16º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B197BC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177151188-
CMYK0.060.2000.26
HSL282.16º21.64%66.47%-
HSV(B)282.16º19.68%73.73%-
XYZ38.2835.1152.34-
YUV162.99142.11137.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.30%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=34.30%
G=29.26%
B=36.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771511880.060.2000.26282.1621.6466.47
HexB197BC61401A11a1642
Octal26122727462403243226102
Binary10110001100101111011110011010100011010100011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197BC; }

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

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

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

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

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

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

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

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