#B498BC

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

Shades of East Side #B498BC

Tints of East Side #B498BC

Color information

#B498BC (or 0xB498BC) is unknown color: approx East Side. HEX triplet: B4, 98 and BC. RGB value is (180,152,188). Sum of RGB (Red+Green+Blue) = 180+152+188=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 188 - color contains mainly: blue. Hex color #B498BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498BC is #4B6743. Grayscale: #A4A4A4. Windows color (decimal): -4941636 or 12359860. OLE color: 12359860.

HSL color Cylindrical-coordinate representation of color #B498BC: hue angle of 286.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 #B498BC is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB180152188-
CMYK0.040.1900.26
HSL286.67º21.18%66.67%-
HSV(B)286.67º19.15%73.73%-
XYZ39.1335.7952.42-
YUV164.48141.28139.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 152 (59.77% from 255) = 29.23%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=34.62%
G=29.23%
B=36.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801521880.040.1900.26286.6721.1866.67
HexB498BC41301A11f1543
Octal26423027442303243725103
Binary10110100100110001011110010010011011010100011111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498BC; }

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

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

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

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

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

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

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

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