#B88CAB

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

Shades of London Hue #B88CAB

Tints of London Hue #B88CAB

Color information

#B88CAB (or 0xB88CAB) is unknown color: approx London Hue. HEX triplet: B8, 8C and AB. RGB value is (184,140,171). Sum of RGB (Red+Green+Blue) = 184+140+171=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B88CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88CAB is #477354. Grayscale: #9C9C9C. Windows color (decimal): -4682581 or 11242680. OLE color: 11242680.

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

Color convert

RGB184140171-
CMYK00.240.070.28
HSL317.73º23.66%63.53%-
HSV(B)317.73º23.91%72.16%-
XYZ36.531.8942.76-
YUV156.69136.08147.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 140 (55.08% from 255) = 28.28%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=37.17%
G=28.28%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414017100.240.070.28317.7323.6663.53
HexB88CAB01871C13e1840
Octal27021425303073447630100
Binary10111000100011001010101101100011111100100111110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88CAB; }

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

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

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

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

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

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

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

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