#B97FBA

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

Shades of London Hue #B97FBA

Tints of London Hue #B97FBA

Color information

#B97FBA (or 0xB97FBA) is unknown color: approx London Hue. HEX triplet: B9, 7F and BA. RGB value is (185,127,186). Sum of RGB (Red+Green+Blue) = 185+127+186=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #B97FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FBA is #468045. Grayscale: #969696. Windows color (decimal): -4620358 or 12222393. OLE color: 12222393.

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

Color convert

RGB185127186-
CMYK0.010.3200.27
HSL298.98º29.95%61.37%-
HSV(B)298.98º31.72%72.94%-
XYZ36.4629.0450.14-
YUV151.07147.72152.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=37.15%
G=25.50%
B=37.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851271860.010.3200.27298.9829.9561.37
HexB97FBA12001B12b1e3d
Octal2711772721400334533675
Binary10111001111111110111010110000001101110010101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FBA; }

 p { color: rgb(185,127,186); }

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

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

 a { background-color: rgb(185,127,186); }

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

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

 span { border-color: rgb(185,127,186); }

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