#B88CBA

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

Shades of London Hue #B88CBA

Tints of London Hue #B88CBA

Color information

#B88CBA (or 0xB88CBA) is unknown color: approx London Hue. HEX triplet: B8, 8C and BA. RGB value is (184,140,186). Sum of RGB (Red+Green+Blue) = 184+140+186=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #B88CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CBA is #477345. Grayscale: #9E9E9E. Windows color (decimal): -4682566 or 12225720. OLE color: 12225720.

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

Color convert

RGB184140186-
CMYK0.010.2500.27
HSL297.39º25%63.92%-
HSV(B)297.39º24.73%72.94%-
XYZ38.0132.4950.72-
YUV158.4143.58146.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.08%
GREEN value IS 140 (55.08% from 255) = 27.45%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=36.08%
G=27.45%
B=36.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841401860.010.2500.27297.392563.92
HexB88CBA11901B1291940
Octal27021427213103345131100
Binary101110001000110010111010111001011011100101001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88CBA; }

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

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

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

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

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

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

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

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