#B97BBA

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

Shades of London Hue #B97BBA

Tints of London Hue #B97BBA

Color information

#B97BBA (or 0xB97BBA) is unknown color: approx London Hue. HEX triplet: B9, 7B and BA. RGB value is (185,123,186). Sum of RGB (Red+Green+Blue) = 185+123+186=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #B97BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BBA is #468445. Grayscale: #949494. Windows color (decimal): -4621382 or 12221369. OLE color: 12221369.

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

Color convert

RGB185123186-
CMYK0.010.3400.27
HSL299.05º31.34%60.59%-
HSV(B)299.05º33.87%72.94%-
XYZ35.9528.0349.97-
YUV148.72149.04153.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 123 (48.44% from 255) = 24.90%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=37.45%
G=24.90%
B=37.65%

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
Decimal1851231860.010.3400.27299.0531.3460.59
HexB97BBA12201B12b1f3d
Octal2711732721420334533775
Binary10111001111101110111010110001001101110010101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BBA; }

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

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

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

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

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

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

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

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