#B499BF

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

Shades of East Side #B499BF

Tints of East Side #B499BF

Color information

#B499BF (or 0xB499BF) is unknown color: approx East Side. HEX triplet: B4, 99 and BF. RGB value is (180,153,191). Sum of RGB (Red+Green+Blue) = 180+153+191=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #B499BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499BF is #4B6640. Grayscale: #A5A5A5. Windows color (decimal): -4941377 or 12556724. OLE color: 12556724.

HSL color Cylindrical-coordinate representation of color #B499BF: hue angle of 282.63º 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 #B499BF is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180153191-
CMYK0.060.2000.25
HSL282.63º22.89%67.45%-
HSV(B)282.63º19.9%74.9%-
XYZ39.6236.2554.2-
YUV165.4142.45138.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 153 (60.16% from 255) = 29.20%
BLUE value IS 191 (75% from 255) = 36.45%
R=34.35%
G=29.20%
B=36.45%

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
Decimal1801531910.060.2000.25282.6322.8967.45
HexB499BF61401911b1743
Octal26423127762403143327103
Binary10110100100110011011111111010100011001100011011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499BF; }

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

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

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

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

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

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

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

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