#B788BB

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

Shades of London Hue #B788BB

Tints of London Hue #B788BB

Color information

#B788BB (or 0xB788BB) is unknown color: approx London Hue. HEX triplet: B7, 88 and BB. RGB value is (183,136,187). Sum of RGB (Red+Green+Blue) = 183+136+187=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #B788BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B788BB is #487744. Grayscale: #9B9B9B. Windows color (decimal): -4749125 or 12290231. OLE color: 12290231.

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

Color convert

RGB183136187-
CMYK0.020.2700.27
HSL295.29º27.27%63.33%-
HSV(B)295.29º27.27%73.33%-
XYZ37.331.2651.08-
YUV155.87145.57147.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 187 (73.44% from 255) = 36.96%
R=36.17%
G=26.88%
B=36.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831361870.020.2700.27295.2927.2763.33
HexB788BB21B01B1271b3f
Octal2672102732330334473377
Binary101101111000100010111011101101101101110010011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B788BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B788BB; }

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

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

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

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

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

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

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

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