#B98FAE

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

Shades of London Hue #B98FAE

Tints of London Hue #B98FAE

Color information

#B98FAE (or 0xB98FAE) is unknown color: approx London Hue. HEX triplet: B9, 8F and AE. RGB value is (185,143,174). Sum of RGB (Red+Green+Blue) = 185+143+174=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B98FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98FAE is #467051. Grayscale: #9F9F9F. Windows color (decimal): -4616274 or 11440057. OLE color: 11440057.

HSL color Cylindrical-coordinate representation of color #B98FAE: hue angle of 315.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B98FAE is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185143174-
CMYK00.230.060.27
HSL315.71º23.08%64.31%-
HSV(B)315.71º22.7%72.55%-
XYZ37.4733.0244.44-
YUV159.09136.41146.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 143 (56.25% from 255) = 28.49%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=36.85%
G=28.49%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514317400.230.060.27315.7123.0864.31
HexB98FAE01761B13c1740
Octal27121725602763347427100
Binary10111001100011111010111001011111011011100111100101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FAE; }

 p { color: rgb(185,143,174); }

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

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

 a { background-color: rgb(185,143,174); }

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

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

 span { border-color: rgb(185,143,174); }

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