#B97CB6

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

Shades of London Hue #B97CB6

Tints of London Hue #B97CB6

Color information

#B97CB6 (or 0xB97CB6) is unknown color: approx London Hue. HEX triplet: B9, 7C and B6. RGB value is (185,124,182). Sum of RGB (Red+Green+Blue) = 185+124+182=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97CB6 is #468349. Grayscale: #949494. Windows color (decimal): -4621130 or 11959481. OLE color: 11959481.

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

Color convert

RGB185124182-
CMYK00.330.020.27
HSL302.95º30.35%60.59%-
HSV(B)302.95º32.97%72.55%-
XYZ35.6628.1147.8-
YUV148.85146.71153.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 124 (48.83% from 255) = 25.25%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=37.68%
G=25.25%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512418200.330.020.27302.9530.3560.59
HexB97CB602121B12f1e3d
Octal2711742660412334573675
Binary101110011111100101101100100001101101110010111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CB6; }

 p { color: rgb(185,124,182); }

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

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

 a { background-color: rgb(185,124,182); }

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

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

 span { border-color: rgb(185,124,182); }

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