#B88FAB

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

Shades of London Hue #B88FAB

Tints of London Hue #B88FAB

Color information

#B88FAB (or 0xB88FAB) is unknown color: approx London Hue. HEX triplet: B8, 8F and AB. RGB value is (184,143,171). Sum of RGB (Red+Green+Blue) = 184+143+171=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 184 - color contains mainly: red. Hex color #B88FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88FAB is #477054. Grayscale: #9E9E9E. Windows color (decimal): -4681813 or 11243448. OLE color: 11243448.

HSL color Cylindrical-coordinate representation of color #B88FAB: hue angle of 319.02º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B88FAB is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB184143171-
CMYK00.220.070.28
HSL319.02º22.4%64.12%-
HSV(B)319.02º22.28%72.16%-
XYZ36.9432.7842.91-
YUV158.45135.08146.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=36.95%
G=28.71%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414317100.220.070.28319.0222.464.12
HexB88FAB01671C13f1640
Octal27021725302673447726100
Binary10111000100011111010101101011011111100100111111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FAB; }

 p { color: rgb(184,143,171); }

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

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

 a { background-color: rgb(184,143,171); }

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

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

 span { border-color: rgb(184,143,171); }

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