#B88FBA

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

Shades of London Hue #B88FBA

Tints of London Hue #B88FBA

Color information

#B88FBA (or 0xB88FBA) is unknown color: approx London Hue. HEX triplet: B8, 8F and BA. RGB value is (184,143,186). Sum of RGB (Red+Green+Blue) = 184+143+186=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #B88FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FBA is #477045. Grayscale: #A0A0A0. Windows color (decimal): -4681798 or 12226488. OLE color: 12226488.

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

Color convert

RGB184143186-
CMYK0.010.2300.27
HSL297.21º23.76%64.51%-
HSV(B)297.21º23.12%72.94%-
XYZ38.4533.3850.87-
YUV160.16142.58145-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.87%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=35.87%
G=27.88%
B=36.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841431860.010.2300.27297.2123.7664.51
HexB88FBA11701B1291841
Octal27021727212703345130101
Binary101110001000111110111010110111011011100101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88FBA; }

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

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

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

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

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

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

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

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