#B97EBB

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

Shades of London Hue #B97EBB

Tints of London Hue #B97EBB

Color information

#B97EBB (or 0xB97EBB) is unknown color: approx London Hue. HEX triplet: B9, 7E and BB. RGB value is (185,126,187). Sum of RGB (Red+Green+Blue) = 185+126+187=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #B97EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97EBB is #468144. Grayscale: #969696. Windows color (decimal): -4620613 or 12287673. OLE color: 12287673.

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

Color convert

RGB185126187-
CMYK0.010.3300.27
HSL298.03º30.96%61.37%-
HSV(B)298.03º32.62%73.33%-
XYZ36.4428.8250.66-
YUV150.6148.55152.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=37.15%
G=25.30%
B=37.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851261870.010.3300.27298.0330.9661.37
HexB97EBB12101B12a1f3d
Octal2711762731410334523775
Binary10111001111111010111011110000101101110010101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97EBB; }

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

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

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

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

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

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

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

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