#B978BB

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

Shades of London Hue #B978BB

Tints of London Hue #B978BB

Color information

#B978BB (or 0xB978BB) is unknown color: approx London Hue. HEX triplet: B9, 78 and BB. RGB value is (185,120,187). Sum of RGB (Red+Green+Blue) = 185+120+187=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #B978BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978BB is #468744. Grayscale: #929292. Windows color (decimal): -4622149 or 12286137. OLE color: 12286137.

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

Color convert

RGB185120187-
CMYK0.010.3600.27
HSL298.21º33%60.2%-
HSV(B)298.21º35.83%73.33%-
XYZ35.6927.3450.41-
YUV147.07150.53155.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=37.60%
G=24.39%
B=38.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851201870.010.3600.27298.213360.2
HexB978BB12401B12a213c
Octal2711702731440334524174
Binary101110011111000101110111100100011011100101010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B978BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B978BB; }

 p { color: rgb(185,120,187); }

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

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

 a { background-color: rgb(185,120,187); }

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

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

 span { border-color: rgb(185,120,187); }

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