#B298AF

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

Shades of London Hue #B298AF

Tints of London Hue #B298AF

Color information

#B298AF (or 0xB298AF) is unknown color: approx London Hue. HEX triplet: B2, 98 and AF. RGB value is (178,152,175). Sum of RGB (Red+Green+Blue) = 178+152+175=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 178 - color contains mainly: red. Hex color #B298AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B298AF is #4D6750. Grayscale: #A2A2A2. Windows color (decimal): -5072721 or 11507890. OLE color: 11507890.

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

Color convert

RGB178152175-
CMYK00.150.020.30
HSL306.92º14.44%64.71%-
HSV(B)306.92º14.61%69.8%-
XYZ37.3335.0245.35-
YUV162.4135.11139.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.25%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=35.25%
G=30.10%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815217500.150.020.30306.9214.4464.71
HexB298AF0F21E133e41
Octal26223025701723646316101
Binary10110010100110001010111101111101111010011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B298AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B298AF; }

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

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

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

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

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

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

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

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