#B88CB4

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

Shades of London Hue #B88CB4

Tints of London Hue #B88CB4

Color information

#B88CB4 (or 0xB88CB4) is unknown color: approx London Hue. HEX triplet: B8, 8C and B4. RGB value is (184,140,180). Sum of RGB (Red+Green+Blue) = 184+140+180=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 184 - color contains mainly: red. Hex color #B88CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CB4 is #47734B. Grayscale: #9D9D9D. Windows color (decimal): -4682572 or 11832504. OLE color: 11832504.

HSL color Cylindrical-coordinate representation of color #B88CB4: hue angle of 305.45º 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 #B88CB4 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB184140180-
CMYK00.240.020.28
HSL305.45º23.66%63.53%-
HSV(B)305.45º23.91%72.16%-
XYZ37.3832.2447.43-
YUV157.72140.58146.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.51%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 180 (70.70% from 255) = 35.71%
R=36.51%
G=27.78%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414018000.240.020.28305.4523.6663.53
HexB88CB401821C1311840
Octal27021426403023446130100
Binary1011100010001100101101000110001011100100110001110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88CB4; }

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

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

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

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

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

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

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

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