#B97FB6

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

Shades of London Hue #B97FB6

Tints of London Hue #B97FB6

Color information

#B97FB6 (or 0xB97FB6) is unknown color: approx London Hue. HEX triplet: B9, 7F and B6. RGB value is (185,127,182). Sum of RGB (Red+Green+Blue) = 185+127+182=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 182 (71.48% from 255 or 36.84% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FB6 is #468049. Grayscale: #969696. Windows color (decimal): -4620362 or 11960249. OLE color: 11960249.

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

Color convert

RGB185127182-
CMYK00.310.020.27
HSL303.1º29.29%61.18%-
HSV(B)303.1º31.35%72.55%-
XYZ36.0428.8747.93-
YUV150.61145.72152.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 127 (50% from 255) = 25.71%
BLUE value IS 182 (71.48% from 255) = 36.84%
R=37.45%
G=25.71%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512718200.310.020.27303.129.2961.18
HexB97FB601F21B12f1d3d
Octal2711772660372334573575
Binary10111001111111110110110011111101101110010111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FB6; }

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

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

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

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

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

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

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

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