#b97abb

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

Shades of London Hue #B97ABB

Tints of London Hue #B97ABB

Color information

#B97ABB (or 0xB97ABB) is unknown color: approx London Hue. HEX triplet: B9, 7A and BB. RGB value is (185,122,187). Sum of RGB (Red+Green+Blue) = 185+122+187=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #B97ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97ABB is #468544. Grayscale: #949494. Windows color (decimal): -4621637 or 12286649. OLE color: 12286649.

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

Color convert

RGB185122187-
CMYK0.010.3500.27
HSL298.15º32.34%60.59%-
HSV(B)298.15º34.76%73.33%-
XYZ35.9427.8250.49-
YUV148.25149.87154.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 122 (48.05% from 255) = 24.70%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=37.45%
G=24.70%
B=37.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851221870.010.3500.27298.1532.3460.59
HexB97ABB12301B12a203d
Octal2711722731430334524075
Binary101110011111010101110111100011011011100101010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b97abb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b97abb; }

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

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

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

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

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

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

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

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