#B498C0

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

Shades of East Side #B498C0

Tints of East Side #B498C0

Color information

#B498C0 (or 0xB498C0) is unknown color: approx East Side. HEX triplet: B4, 98 and C0. RGB value is (180,152,192). Sum of RGB (Red+Green+Blue) = 180+152+192=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #B498C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498C0 is #4B673F. Grayscale: #A4A4A4. Windows color (decimal): -4941632 or 12622004. OLE color: 12622004.

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

Color convert

RGB180152192-
CMYK0.060.2100.25
HSL282º24.1%67.45%-
HSV(B)282º20.83%75.29%-
XYZ39.5735.9754.73-
YUV164.93143.28138.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 152 (59.77% from 255) = 29.01%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=34.35%
G=29.01%
B=36.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801521920.060.2100.2528224.167.45
HexB498C061501911a1843
Octal26423030062503143230103
Binary10110100100110001100000011010101011001100011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498C0; }

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

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

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

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

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

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

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

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