#B97ABA

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

Shades of London Hue #B97ABA

Tints of London Hue #B97ABA

Color information

#B97ABA (or 0xB97ABA) is unknown color: approx London Hue. HEX triplet: B9, 7A and BA. RGB value is (185,122,186). Sum of RGB (Red+Green+Blue) = 185+122+186=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #B97ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97ABA is #468545. Grayscale: #939393. Windows color (decimal): -4621638 or 12221113. OLE color: 12221113.

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

Color convert

RGB185122186-
CMYK0.010.3400.27
HSL299.06º31.68%60.39%-
HSV(B)299.06º34.41%72.94%-
XYZ35.8327.7849.93-
YUV148.13149.37154.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 122 (48.05% from 255) = 24.75%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=37.53%
G=24.75%
B=37.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851221860.010.3400.27299.0631.6860.39
HexB97ABA12201B12b203c
Octal2711722721420334534074
Binary101110011111010101110101100010011011100101011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97ABA; }

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

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

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

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

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

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

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

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