#B498C1

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

Shades of East Side #B498C1

Tints of East Side #B498C1

Color information

#B498C1 (or 0xB498C1) is unknown color: approx East Side. HEX triplet: B4, 98 and C1. RGB value is (180,152,193). Sum of RGB (Red+Green+Blue) = 180+152+193=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 193 (75.78% from 255 or 36.76% from 525); Max value from RGB is 193 - color contains mainly: blue. Hex color #B498C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498C1 is #4B673E. Grayscale: #A4A4A4. Windows color (decimal): -4941631 or 12687540. OLE color: 12687540.

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

Color convert

RGB180152193-
CMYK0.070.2100.24
HSL280.98º24.85%67.65%-
HSV(B)280.98º21.24%75.69%-
XYZ39.6836.0155.31-
YUV165.05143.78138.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 193 (75.78% from 255) = 36.76%
R=34.29%
G=28.95%
B=36.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801521930.070.2100.24280.9824.8567.65
HexB498C17150181191944
Octal26423030172503043131104
Binary10110100100110001100000111110101011000100011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498C1; }

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

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

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

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

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

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

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

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