#B788B1

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

Shades of London Hue #B788B1

Tints of London Hue #B788B1

Color information

#B788B1 (or 0xB788B1) is unknown color: approx London Hue. HEX triplet: B7, 88 and B1. RGB value is (183,136,177). Sum of RGB (Red+Green+Blue) = 183+136+177=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 183 - color contains mainly: red. Hex color #B788B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B788B1 is #48774E. Grayscale: #9A9A9A. Windows color (decimal): -4749135 or 11634871. OLE color: 11634871.

HSL color Cylindrical-coordinate representation of color #B788B1: hue angle of 307.66º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B788B1 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB183136177-
CMYK00.260.030.28
HSL307.66º24.61%62.55%-
HSV(B)307.66º25.68%71.76%-
XYZ36.2730.8545.64-
YUV154.73140.57148.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=36.90%
G=27.42%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313617700.260.030.28307.6624.6162.55
HexB788B101A31C134193f
Octal2672102610323344643177
Binary101101111000100010110001011010111110010011010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B788B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B788B1; }

 p { color: rgb(183,136,177); }

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

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

 a { background-color: rgb(183,136,177); }

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

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

 span { border-color: rgb(183,136,177); }

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