#B298AB

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

Shades of London Hue #B298AB

Tints of London Hue #B298AB

Color information

#B298AB (or 0xB298AB) is unknown color: approx London Hue. HEX triplet: B2, 98 and AB. RGB value is (178,152,171). Sum of RGB (Red+Green+Blue) = 178+152+171=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B298AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B298AB is #4D6754. Grayscale: #A1A1A1. Windows color (decimal): -5072725 or 11245746. OLE color: 11245746.

HSL color Cylindrical-coordinate representation of color #B298AB: hue angle of 316.15º 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 #B298AB is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB178152171-
CMYK00.150.040.30
HSL316.15º14.44%64.71%-
HSV(B)316.15º14.61%69.8%-
XYZ36.9434.8643.31-
YUV161.94133.11139.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 152 (59.77% from 255) = 30.34%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=35.53%
G=30.34%
B=34.13%

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
Decimal17815217100.150.040.30316.1514.4464.71
HexB298AB0F41E13ce41
Octal26223025301743647416101
Binary101100101001100010101011011111001111010011110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298AB; }

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

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

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

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

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

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

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

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