#B198BC

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

Shades of East Side #B198BC

Tints of East Side #B198BC

Color information

#B198BC (or 0xB198BC) is unknown color: approx East Side. HEX triplet: B1, 98 and BC. RGB value is (177,152,188). Sum of RGB (Red+Green+Blue) = 177+152+188=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 188 - color contains mainly: blue. Hex color #B198BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198BC is #4E6743. Grayscale: #A3A3A3. Windows color (decimal): -5138244 or 12359857. OLE color: 12359857.

HSL color Cylindrical-coordinate representation of color #B198BC: hue angle of 281.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B198BC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177152188-
CMYK0.060.1900.26
HSL281.67º21.18%66.67%-
HSV(B)281.67º19.15%73.73%-
XYZ38.4435.4352.39-
YUV163.58141.78137.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 152 (59.77% from 255) = 29.40%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=34.24%
G=29.40%
B=36.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771521880.060.1900.26281.6721.1866.67
HexB198BC61301A11a1543
Octal26123027462303243225103
Binary10110001100110001011110011010011011010100011010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198BC; }

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

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

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

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

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

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

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

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