#B298AA

Color #B298AA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B298AA

Tints of London Hue #B298AA

Color information

#B298AA (or 0xB298AA) is unknown color: approx London Hue. HEX triplet: B2, 98 and AA. RGB value is (178,152,170). Sum of RGB (Red+Green+Blue) = 178+152+170=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 178 - color contains mainly: red. Hex color #B298AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B298AA is #4D6755. Grayscale: #A1A1A1. Windows color (decimal): -5072726 or 11180210. OLE color: 11180210.

HSL color Cylindrical-coordinate representation of color #B298AA: hue angle of 318.46º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B298AA is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178152170-
CMYK00.150.040.30
HSL318.46º14.44%64.71%-
HSV(B)318.46º14.61%69.8%-
XYZ36.8434.8242.81-
YUV161.83132.61139.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.6%
GREEN value IS 152 (59.77% from 255) = 30.4%
BLUE value IS 170 (66.80% from 255) = 34%
R=35.6%
G=30.4%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815217000.150.040.30318.4614.4464.71
HexB298AA0F41E13ee41
Octal26223025201743647616101
Binary101100101001100010101010011111001111010011111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298AA; }

 p { color: rgb(178,152,170); }

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

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

 a { background-color: rgb(178,152,170); }

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

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

 span { border-color: rgb(178,152,170); }

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