#B498BF

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

Shades of East Side #B498BF

Tints of East Side #B498BF

Color information

#B498BF (or 0xB498BF) is unknown color: approx East Side. HEX triplet: B4, 98 and BF. RGB value is (180,152,191). Sum of RGB (Red+Green+Blue) = 180+152+191=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #B498BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498BF is #4B6740. Grayscale: #A4A4A4. Windows color (decimal): -4941633 or 12556468. OLE color: 12556468.

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

Color convert

RGB180152191-
CMYK0.060.2000.25
HSL283.08º23.35%67.25%-
HSV(B)283.08º20.42%74.9%-
XYZ39.4535.9254.14-
YUV164.82142.78138.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 191 (75% from 255) = 36.52%
R=34.42%
G=29.06%
B=36.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801521910.060.2000.25283.0823.3567.25
HexB498BF61401911b1743
Octal26423027762403143327103
Binary10110100100110001011111111010100011001100011011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498BF; }

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

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

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

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

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

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

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

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