#B97EBC

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

Shades of London Hue #B97EBC

Tints of London Hue #B97EBC

Color information

#B97EBC (or 0xB97EBC) is unknown color: approx London Hue. HEX triplet: B9, 7E and BC. RGB value is (185,126,188). Sum of RGB (Red+Green+Blue) = 185+126+188=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #B97EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97EBC is #468143. Grayscale: #969696. Windows color (decimal): -4620612 or 12353209. OLE color: 12353209.

HSL color Cylindrical-coordinate representation of color #B97EBC: hue angle of 297.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B97EBC is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185126188-
CMYK0.020.3300.26
HSL297.1º31.63%61.57%-
HSV(B)297.1º32.98%73.73%-
XYZ36.5528.8751.22-
YUV150.71149.05152.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 126 (49.61% from 255) = 25.25%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=37.07%
G=25.25%
B=37.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851261880.020.3300.26297.131.6361.57
HexB97EBC22101A129203e
Octal2711762742410324514076
Binary1011100111111101011110010100001011010100101001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97EBC; }

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

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

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

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

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

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

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

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