#B97EBA

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

Shades of London Hue #B97EBA

Tints of London Hue #B97EBA

Color information

#B97EBA (or 0xB97EBA) is unknown color: approx London Hue. HEX triplet: B9, 7E and BA. RGB value is (185,126,186). Sum of RGB (Red+Green+Blue) = 185+126+186=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #B97EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97EBA is #468145. Grayscale: #969696. Windows color (decimal): -4620614 or 12222137. OLE color: 12222137.

HSL color Cylindrical-coordinate representation of color #B97EBA: hue angle of 299º 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 #B97EBA is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185126186-
CMYK0.010.3200.27
HSL299º30.3%61.18%-
HSV(B)299º32.26%72.94%-
XYZ36.3328.7850.09-
YUV150.48148.05152.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=37.22%
G=25.35%
B=37.42%

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
Decimal1851261860.010.3200.2729930.361.18
HexB97EBA12001B12b1e3d
Octal2711762721400334533675
Binary10111001111111010111010110000001101110010101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97EBA; }

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

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

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

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

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

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

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

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